Browse Source

Merge PR #525 into 12.0

Signed-off-by pedrobaeza
pull/526/head
OCA-git-bot 4 years ago
parent
commit
eb1c874fe5
  1. 4
      pos_order_mgmt/tests/test_module.py

4
pos_order_mgmt/tests/test_module.py

@ -35,6 +35,10 @@ class TestModule(TransactionCase):
# 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({
'available_pricelist_ids': [(6, 0, self.pricelist.ids)],
'pricelist_id': self.pricelist.id,
})
self.pos_config.open_session_cb()
# Test Section

Loading…
Cancel
Save