Skip to content
Snippets Groups Projects
Commit 339b549f authored by Martin Trigaux's avatar Martin Trigaux
Browse files

Forward port of branch 7.0 up to rev 8abd003e

parents 9f5e989d 8abd003e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class TestPricelist(TransactionCase):
self.uom = self.registry('product.uom')
self.usb_adapter_id = self.ir_model_data.get_object_reference(cr, uid, 'product', 'product_product_48')[1]
self.datacard_id = self.ir_model_data.get_object_reference(cr, uid, 'product', 'product_template_46')[1]
self.datacard_id = self.ir_model_data.get_object_reference(cr, uid, 'product', 'product_product_46')[1]
self.unit_id = self.ir_model_data.get_object_reference(cr, uid, 'product', 'product_uom_unit')[1]
self.dozen_id = self.ir_model_data.get_object_reference(cr, uid, 'product', 'product_uom_dozen')[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment