Daily updates from Odoo
Wednesday, April 10, 2019
3 changes · master
Resolved issues and error corrections
This fixes a small typo in a stock-related company field definition. The change helps keep configuration metadata correct and avoids confusion for users or maintainers, with no expected impact on day-to-day operations.
Original PR description
Description of the issue/feature this PR addresses: Typo on field definition Current behavior before PR: Desired behavior after PR is merged: Ps: Here too https://github.com/odoo/odoo/blob/12.0/addons/sale_management/models/sale_order.py#L158 (I will create new PR to handle that as it is part of another module) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where invoices imported from CSV could be assigned to the wrong account. The change helps ensure imported accounting data is categorized correctly, reducing manual corrections and reporting errors.
Original PR description
Task 1961719 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Belgian accounting tax groups have been cleaned up so each tax rate now has a single shared group instead of separate duplicates. This makes tax configuration clearer and reduces confusion when reporting or managing Belgian taxes.
Original PR description
There was one tax group per tax which was strange, so remove all duplicated tax group and only keep one tax group per tax percentage (0%, 6%, 12%, 21%) Task: 1965918 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr