Skip to content

Commit

Permalink
Merge PR #593 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Dec 20, 2024
2 parents fc86b11 + eb3e40a commit 7bae5e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def _prepare_speedy(self):
("amount_type", "=", "percent"),
("amount", ">", 0),
("unece_type_code", "=", "VAT"),
("country_id", "=", self.env.ref("base.fr").id),
]
sale_regular_vat_tax_domain = vat_tax_domain + [
("fr_vat_autoliquidation", "=", False),
Expand Down

0 comments on commit 7bae5e5

Please sign in to comment.