[MERGE] forward port of branch saas-5 up to c86f217

This commit is contained in:
Christophe Simonis 2014-07-31 11:22:29 +02:00
commit 1e6b7a5f78
1 changed files with 1 additions and 1 deletions

View File

@ -1447,7 +1447,7 @@ class stock_production_lot(osv.osv):
'product_id': lambda x, y, z, c: c.get('product_id', False),
}
_sql_constraints = [
('name_ref_uniq', 'unique (name, ref, product_id, company_id)', 'The combination of Serial Number, internal reference, Product and Company must be unique !'),
('name_ref_uniq', 'unique (name, ref, product_id)', 'The combination of serial number, internal reference and product must be unique !'),
]
def action_traceability(self, cr, uid, ids, context=None):