Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.0][MIG] quality_control #298

Merged
merged 30 commits into from
Aug 30, 2018
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
192e8e7
Modulos de calidad sin migrar
oihane Aug 22, 2014
3b1947a
quality_control * PEP8 * Travis * Size in field (deprecated)
pedrobaeza Sep 28, 2014
4c45b09
no msg
alfredoavanzosc Oct 9, 2014
4941eb1
quality_control: Some improvement
pedrobaeza Oct 14, 2014
ceaae88
no msg
alfredoavanzosc Oct 21, 2014
602e8c5
<quality_control> deleted constraint
oihane Oct 24, 2014
45e89f3
no msg
alfredoavanzosc Nov 6, 2014
78caa2f
quality_control: * Made line tree editable on test templates
oihane Dec 2, 2014
4963f87
quality_control: Total refactorization with new API, README files, an…
pedrobaeza Dec 10, 2014
5cd2960
New module <quality_control_hr> closes #662 * Changes in access rules…
oihane Feb 13, 2015
986bd6e
quality_control * Fix wizard set test
pedrobaeza Mar 16, 2015
fe06db8
changed default references of fields.Datetime.now() to fields.Datetim…
ejans Jul 16, 2015
1dd735d
Slovene translations added
sysadminmatmoz Aug 1, 2015
e70d40c
quality_control: * Changed permissions
oihane Aug 12, 2015
dfb0f98
quality_control_*: Make use of qty field
pedrobaeza Nov 14, 2015
8363283
quality_control: deleting qc.inspection does not delete its lines fixed
oihane Apr 28, 2016
5e92526
OCA Transbot updated translations from Transifex
oca-transbot May 1, 2016
cd37357
[IMP] quality_control: decimal precision configurable + approving ins…
Feb 8, 2017
876e43e
OCA Transbot updated translations from Transifex
oca-transbot Mar 18, 2017
272b44c
[9.0][MIG] quality_control
LoisRForgeFlow May 24, 2017
1605ec2
[FIX] quality_control: Several things:
Jun 7, 2017
94f513d
[FIX] quality_control: Fix TypeError on new test category (#193)
zamberjo Nov 18, 2017
15a1ab1
[9.0][FIX] quality_control: use odoo tag on views
LoisRForgeFlow Nov 21, 2017
069fd45
[MIG] quality_control: Migration to 10.0
SimoRubi Nov 21, 2017
999b72b
OCA Transbot updated translations from Transifex
oca-transbot Dec 16, 2017
13e323e
[UPD] Update quality_control.pot
oca-travis Jun 23, 2018
769c6a6
Translated using Weblate (Italian)
SimoRubi Jul 27, 2018
105cf1b
[MIG] quality_control: Migration to 11.0
Aug 23, 2018
eb0771e
[FIX+IMP] quality_control: Several things:
SimoRubi Jan 2, 2018
f1b9f09
OCA Transbot updated translations from Transifex
oca-transbot Mar 3, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
<quality_control> deleted constraint
  • Loading branch information
oihane authored and pedrobaeza committed Aug 30, 2018
commit 602e8c56194a709084633b9f72500fdb921a9e5d
5 changes: 0 additions & 5 deletions quality_control/models/quality_control.py
Original file line number Diff line number Diff line change
@@ -130,11 +130,6 @@ def _synonyms(self, cr, uid, ids, field_name, arg, context=None):
'active': True,
}

_sql_constraints = [
('proof_method_unique', 'UNIQUE (proof_id, method_id)',
_('Proof-Method relation alredy exists!')),
]

def name_search(self, cr, uid, name='', args=None, operator='ilike',
context=None, limit=None):
result = super(QcProof, self).name_search(cr, uid, name=name,