Wednesday, July 23, 2025
3 changes · 18.0
Enhancements to existing features
The Oman localization now separates import supplier invoice bases from customs VAT, matching local VAT treatment more accurately. This helps businesses record import-related VAT and reporting amounts in the right accounts and tax grids.
Original PR description
To align with Omanian VAT treatment of imports, split the 5% EX tax into two: - "5% EX ONLY B" captures supplier invoice base (0% tax, affects base only). - New "5% EX ONLY" captures customs VAT (100% tax incl., with VAT Input account). Also removed VAT Input account & tax grids "+6b_T" from "5% EX ONLY B". task-id: 4909498 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The French invoice report layout has been adjusted to improve readability when many details are shown, such as sales references, delivery addresses, incoterms, customer addresses, and operation types. This helps users review invoice information more easily without crowded or poorly spaced sections.
Original PR description
Backport of: https://github.com/odoo/odoo/commit/7f93cd1c82b0f0250b3f19e4b408775fb211482a This commit https://github.com/odoo/odoo/commit/d10174e49759a58058aed6c44026060a4d293cc3 made a change in the report invoice information block and changed the class to only use col which was not changed in the french localisation. Adapted the layout to be more readable by using proper spacing and column sizing when displaying a lot of information (Sales reference, delivery address, incoterm, customer address, operation type). Task ID: 4555856 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Canadian localization now reflects Nova Scotia's Harmonized Sales Tax reduction from 15% to 14% effective April 2025. This keeps tax calculations, reporting groups, and related accounting setup aligned with current legal requirements while preserving the existing 15% setup for provinces that still use it.
Original PR description
Following a change in April 2025, Nova Scotia's Harmonized Taxes (HST) has been changed from 15% to 14%. As such new taxes, accounts, and groups had to be added to account for this change. As this is only for Nova Scotia and none of the other provinces we cannot archive the taxes and groups since New Brunswick, Newfoundland, and Labrador still use it. task-4937159 Legal reference: https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/charge-collect-which-rate.html Forward-Port-Of: odoo/odoo#219117