-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[IMP] l10n_sa: overhaul accounting #229431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMP] l10n_sa: overhaul accounting #229431
Conversation
|
@nesma-neha @gawa-odoo cherrypicking of pull request #218469 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
e09f73f to
00e713b
Compare
00e713b to
adbf932
Compare
We have made significant improvements to the accounting module in this PR. The key changes include: 1. **Chart of Accounts Update**: Revised the account types for better accuracy and compliance with the latest standards. 2. **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. 3. **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` with a new module auto-installed). 4. **Reverse Charge Taxes**: Fixed the setup for Reverse Charge Taxes to align with the correct accounting practices. 5. **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. Task-id: 4745275 X-original-commit: 0beb72a
adbf932 to
2a12d63
Compare
|
@robodoo r+ |
We have made significant improvements to the accounting module in this PR. The key changes include: 1. **Chart of Accounts Update**: Revised the account types for better accuracy and compliance with the latest standards. 2. **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. 3. **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` with a new module auto-installed). 4. **Reverse Charge Taxes**: Fixed the setup for Reverse Charge Taxes to align with the correct accounting practices. 5. **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. closes #229431 Task-id: 4745275 X-original-commit: 0beb72a Related: odoo/enterprise#95979 Signed-off-by: Wala Gauthier (gawa) <[email protected]>
We have made significant improvements to the accounting module in this PR. The key changes include: 1. **Chart of Accounts Update**: Revised the account types for better accuracy and compliance with the latest standards. 2. **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. 3. **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` with a new module auto-installed). 4. **Reverse Charge Taxes**: Fixed the setup for Reverse Charge Taxes to align with the correct accounting practices. 5. **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. closes odoo#229431 Task-id: 4745275 X-original-commit: 0beb72a Related: odoo/enterprise#95979 Signed-off-by: Wala Gauthier (gawa) <[email protected]>

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.
task-id: 4745275
Forward-Port-Of: #218469