|
@ -34,8 +34,7 @@ class TestModule(TransactionCase): |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
# Create a new pos config and open it |
|
|
# Create a new pos config and open it |
|
|
self.pos_config = self.env.ref('point_of_sale.pos_config_main').copy() |
|
|
|
|
|
self.pos_config.write({ |
|
|
|
|
|
|
|
|
self.pos_config = self.env.ref('point_of_sale.pos_config_main').copy({ |
|
|
'available_pricelist_ids': [(6, 0, self.pricelist.ids)], |
|
|
'available_pricelist_ids': [(6, 0, self.pricelist.ids)], |
|
|
'pricelist_id': self.pricelist.id, |
|
|
'pricelist_id': self.pricelist.id, |
|
|
}) |
|
|
}) |
|
|