Skip to content
Snippets Groups Projects
Commit f993ca8c authored by Miquel Raïch's avatar Miquel Raïch Committed by Martin Trigaux
Browse files

[FIX] point_of_sale: adapt test for multicompany

Only products without company can have taxes of different companies

Closes #20256 
Fixes #20250
parent 0e7f3be6
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ class TestPointOfSaleCommon(common.TransactionCase):
'company_id': self.ref('stock.res_company_1')
})
self.product4.company_id = False
# I assign those 5 percent taxes on the PCSC349 product as a sale taxes
self.product4.write(
{'taxes_id': [(6, 0, [account_tax_05_incl.id, account_tax_05_incl_chicago.id])]})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment