Wednesday, July 23, 2025
2 changes · saas-18.1
Enhancements to existing features
Nova Scotia’s Harmonized Sales Tax rate is updated from 15% to 14% to reflect the April 2025 legal change. This ensures Canadian localization tax calculations, reporting groups, and related accounting setup remain accurate while preserving the existing 15% rate 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
This update makes the IoT Box image easier to recover and troubleshoot by restoring standard Raspberry Pi sudo behavior, exposing more system logs, and fixing startup update commands. It also increases default logging detail so support teams can diagnose issues faster.
Original PR description
This commit contains the following small changes: - No longer require a sudo password for pi user (reverting to default Raspberry Pi OS behaviour). This is because if Odoo couldn't start there was no way to fix it if you didn't have the current password. - Expose /var/log/ folder instead of just /var/log/odoo via nginx. This is useful because then we can see e.g. the nginx access logs. - Fix rc.local git checkout on reboot. This wasn't working because the commands were not being run as the odoo user. - Use INFO log level by default instead of WARNING. task-4954737 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr