Daily updates from Odoo
Saturday, November 15, 2025
1 change · 18.0
Resolved issues and error corrections
This update automatically applies the right sales tax position for Portuguese sales orders based on the warehouse, instead of relying on the customer’s delivery address. It reduces manual work and helps prevent invoicing mistakes by aligning orders with local VAT “place of supply” rules.
Original PR description
Implements automation to correctly set the sales order fiscal position based on the warehouse, ensuring compliance with "place of supply" VAT rules. Problem: - The VAT rate must be determined by the supply location (warehouse), not the customer's delivery address. - Manually selecting the fiscal position on every sales order is slow and highly prone to user error, leading to incorrect invoicing. task-5088046 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#227994