Daily updates from Odoo
Wednesday, March 19, 2025
4 changes · 18.0
Enhancements to existing features
This change lets accounting chart updates skip creating new accounts, taxes, or fiscal positions when they are not wanted. It mainly helps Netherlands localization migrations update existing chart data more safely and with less manual precision.
Original PR description
The goal is that we do not need to be more accurate on what we need to update when updating the CoA so I have added force_create to be false if wo do not want to create new accounts, new taxes, new fiscal positions in the Netherlands task-4556250 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
Point of Sale users can now use the existing product color setting more directly when managing products and viewing them in the terminal. This makes product tiles easier to distinguish during sales and gives staff a simpler way to adjust product presentation from the interface.
Original PR description
Following this commit : - Used color field in product form view that already existed. - Added color field in Edit product view from UI. task-4423837
This update adds support for Estonia's new 13% tax rate, valid from January 1, 2025. It helps businesses using the Estonia localization keep tax setup and reporting aligned with the upcoming legal requirements.
Original PR description
Description of the issue/feature this PR addresses: This adds 13% tax logic to Estonia Localization. 13% is valid from 01.01.2025 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
Estonian reporting now supports the 13% tax logic that applies from 1 January 2025. This helps businesses keep their tax reports aligned with upcoming Estonian compliance requirements.
Original PR description
Made new pull request as old one https://github.com/odoo/enterprise/pull/79702 was not with correct name. Now Odoo and enterprise pull requests repo has same branch name.