odoo/odoo#229431
Created by fw-bot
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 19s)
- label
- odoo-dev:master-master-overhaul-accounting-sa-neha-449446-fw
- head
- 2a12d63011ad29990c78a8c47cee089698219f4e
- merged
- 2 months ago by Accounting, Wala Gauthier (gawa)
| odoo/odoo | odoo/enterprise | odoo/upgrade | |
|---|---|---|---|
| 19.0 | #218469 | #90006 | #8396 #8045 |
| master | #229431 | #95979 |
[IMP] l10n_sa: overhaul accounting
We have made significant improvements to the accounting module in this PR. The key changes include:
-
Chart of Accounts Update: Revised the account types for better accuracy and compliance with the latest standards.
-
Tax Reports Enhancement: Overhauled the VAT Return and Withholding Report. These reports are now more readable and utilize a custom engine, moving away from the outdated single-column format.
-
Withholding Tax Setup: Corrected and completed the withholding tax setup to support both Gross Withholding Tax (using Cash Basis) and Deducted Withholding Tax (leveraging the new
l10n_account_withholding). -
Reverse Charge Taxes: Fixed the setup for Reverse Charge Taxes to align with the correct accounting practices.
-
Tax Format Update: Updated the tax format to adhere to the latest conventions, ensuring consistency and clarity.
These changes aim to modernize the module, improve accuracy, and enhance the usability of the accounting and tax reporting features.
Forward-Port-Of: #218469