Skip to content

Commit

Permalink
Merge PR #1428 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 451f651 + 673c4b2 commit 9f4b3a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions account_payment_sale/tests/test_sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ def create_sale_order(self, payment_mode=None):
for (_, p) in self.products.items():
with sale_form.order_line.new() as order_line:
order_line.product_id = p
order_line.name = p.name
order_line.product_uom_qty = 2
order_line.product_uom = p.uom_id
order_line.price_unit = p.list_price
sale = sale_form.save()
self.assertEqual(
sale.payment_mode_id, self.base_partner.customer_payment_mode_id
Expand Down

0 comments on commit 9f4b3a2

Please sign in to comment.