Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiSeba committed Feb 22, 2024
1 parent f623740 commit ac51041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n_it_delivery_note_batch/tests/test_delivery_note_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ def setUpClass(cls):
cls.product = cls.env.ref(
"sale_product_configurator.product_product_1_product_template"
)
cls.env["stock.picking.type"].search(
[("name", "=", "Outgoing")]
).company_id = cls.env.company

def generate_stock_picking(self):
sale_order = self.SaleOrder.create(
Expand Down

0 comments on commit ac51041

Please sign in to comment.