Thursday, September 16, 2021
2 changes · master
Resolved issues and error corrections
The French accounting localization no longer includes unused negative tax groups. Taxes previously assigned to those groups are now linked to the corresponding standard tax groups, reducing confusion in tax configuration and reporting.
Original PR description
There exist negative tax groups defined in the account data. They appear to have no meaning. This removes the negative tax groups from account data. and reassigns the taxes that were in the negative tax groups to their positive counterparts.
This update fixes a typo in an internal stock module test case. It does not change how users work with inventory, but helps keep automated checks clear and reliable for future updates.
Original PR description
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