Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiSeba committed Feb 23, 2024
1 parent 8757521 commit d74fcfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,9 +15,9 @@ def setUpClass(cls):
cls.product = cls.env.ref(
"sale_product_configurator.product_product_1_product_template"
)
cls.env["stock.delivery.note.type"].search(
[("name", "=", "Outgoing")]
).company_id = cls.env.company
# cls.env["stock.delivery.note.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 d74fcfd

Please sign in to comment.