Daily updates from Odoo
Friday, March 29, 2024
2 changes
New functionality added to Odoo
This update adds support for new VAT tax rates (5% and 15%) required by Ecuador's tax regulations as of March 2024. The changes include configuring these new tax rates in the system, updating tax reporting to properly handle the new percentages, and ensuring electronic tax documents are generated correctly with the updated tax information.
Original PR description
- Set up tax support configuration for new VAT purchase taxes of 5% and 15%. - Add rate and tax group codes for electronic documents - Add unit test for VAT 5% and 15% - Fix ATS report to declare VAT taxes inactive - Add tax support configuration migration for new VAT taxes in 2024 - Cover base and tax amounts scenario for the ATS, including new tax percentages - Fix missing tax support configuration for taxes with xml_ids: tax_vat_545_sup_08_vat0, tax_vat_545_sup_08_vat_exempt, tax_vat_545_sup_08_vat_not_charged - Add default company configuration for sale and purchase taxes, with new 15% tax
This update modifies the tax configuration for Ecuador to reflect new VAT rates effective March 2024. The changes include adding new tax groups for 5%, 13%, and 15% VAT rates, archiving outdated tax rates, and configuring the appropriate tax accounts. This ensures Ecuadorian businesses using Odoo can accurately calculate and report taxes according to current local regulations.
Original PR description
- Add new tax groups for VAT at 5%, 13%, and 15% - Add taxes of 5% and 15% - Archive VAT taxes of 5% in sales and 12% - Configure tax group accounts for the new tax groups - Add new foreign account tax position tax template at 15% VAT 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