Skip to content

Commit

Permalink
[FIX] purchase_sale_inter_company: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsirintanis committed Sep 11, 2024
1 parent 90119b2 commit 2add0fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ def test_sync_picking(self):
def test_sync_picking_no_backorder(self):
self.company_a.sync_picking = True
self.company_b.sync_picking = True
self.company_a.sync_picking_state = True
self.company_b.sync_picking_state = True

purchase = self._create_purchase_order(
self.partner_company_b, self.consumable_product
Expand Down Expand Up @@ -683,6 +685,8 @@ def test_block_manual_validation(self):
"""
self.company_a.sync_picking = True
self.company_b.sync_picking = True
self.company_a.sync_picking_state = True
self.company_b.sync_picking_state = True
self.company_a.block_po_manual_picking_validation = True
self.company_b.block_po_manual_picking_validation = True
purchase = self._create_purchase_order(
Expand Down

0 comments on commit 2add0fd

Please sign in to comment.