Skip to content

Commit

Permalink
Merge PR #1028 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 26, 2025
2 parents 1ced8cc + 6e4d96a commit 73aef39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website_sale_order_type/tests/test_website_sale_order_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ def create_sale_type(self):
"padding": 3,
}
)
self.journal = self.env["account.journal"].search(
[("type", "=", "sale")], limit=1
)
self.warehouse = self.env.ref("stock.warehouse0")
self.immediate_payment = self.env.ref("account.account_payment_term_immediate")
self.sale_pricelist = self.env.ref("product.list0")
Expand All @@ -39,7 +36,6 @@ def create_sale_type(self):
{
"name": "Test Sale Order Type",
"sequence_id": self.sequence.id,
"journal_id": self.journal.id,
"warehouse_id": self.warehouse.id,
"picking_policy": "one",
"payment_term_id": self.immediate_payment.id,
Expand Down

0 comments on commit 73aef39

Please sign in to comment.