Daily updates from Odoo
Friday, July 25, 2025
3 changes · saas-18.4
Enhancements to existing features
The IoT box image now uses system-managed versions of key security-related Python packages to better match the rest of the platform. It also adds supporting libraries needed for future WebRTC compatibility, reducing upgrade risk for upcoming releases.
Original PR description
This commit contains two changes: - Install `cryptography` and `pyopenssl` using `apt` instead of `pip` - This means the correct versions are used for compatibility with other `python3-*` apt packages. - Install additional libraries for compatibility with WebRTC (19.0) task-4894918 To be merged after: https://github.com/odoo/odoo/pull/218871 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#219343 Forward-Port-Of: odoo/odoo#219225
Swiss companies can now more easily configure EU One Stop Shop reporting for B2C goods sales to customers in EU countries. The change adds tax mapping between Switzerland and EU countries, improving setup and discoverability for cross-border VAT compliance.
Original PR description
Make it easy for any Swiss company that wants to operate B2C sales of goods to customers located in the EU to take advantage of the EU One Stop Shop (OSS) Module, aka l10n_eu_oss_reports. We will ease the discoverability and the configuration Adding the Tax Mapping between Switzerland and the rest of the EU countries task-4943589 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#220260 Forward-Port-Of: odoo/odoo#219380
Updates the Canadian localization to reflect Nova Scotia's Harmonized Sales Tax reduction from 15% to 14% effective April 2025. This ensures invoices, accounting entries, and tax reporting can use the correct Nova Scotia tax rate while preserving the existing 15% rate for other provinces that still require 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#220004 Forward-Port-Of: odoo/odoo#219117