Thursday, January 16, 2025
2 changes
1 change
Features or functions removed from Odoo
An unused empty file that was accidentally included during a previous code update has been removed. This is a housekeeping change with no expected impact on users or business workflows.
Original PR description
In the forward port #190318 while fixing conflict, a new empty file from another projet was accedentally sled in the commit. This commit removes this empty useless file.
1 change
Features or functions removed from Odoo
The Sales Commission module no longer includes a temporary workaround that is no longer needed. The underlying issue has been fixed elsewhere, reducing unnecessary complexity while keeping the expected behavior intact.
Original PR description
Remove the workaround introduced in https://github.com/odoo/enterprise/pull/76546 because the root cause has been fixed in the linked community PR. https://github.com/odoo/odoo/pull/193256