[11.0][FIX] solve unique constraint problems with product-attribute/product_sequence

This commit is contained in:
hveficent
2019-01-09 17:49:09 +01:00
committed by hveficent
parent b877f6ab9d
commit 5e112f691b

View File

@@ -39,7 +39,7 @@ class TestStockRequest(common.TransactionCase):
[self.stock_request_manager_group.id],
[self.main_company.id, self.company_2.id])
self.product = self._create_product('SH', 'Shoes', False)
self.product_company_2 = self._create_product('SH', 'Shoes',
self.product_company_2 = self._create_product('SH_2', 'Shoes',
self.company_2.id)
self.ressuply_loc = self.env['stock.location'].create({