-
- Downloads
[IMP] l10n_do: Add CoA missing accounts, add tags
Description of the issue/feature this PR addresses: The Chart of Accounts was missing accounts needed for correct inventory valuation using perpertual method, and also a seggregation for payroll accounts, to differ employee retentions from company contributions. Current behavior before PR: Wrong accounts used for perpetual inventory valuation Payroll accounts not showing difference between employee retentions and company contributions Regulatory reports are hard to make without the right accounts tag Desired behavior after PR is merged: The correct accounts are now created and assigned for inventory valuation. And payroll accounts are correctly segregated for the payroll rules coming in the next PR. The accounts will also have their corresponding tags for having regulatory reports based on the "control account" for hierarchy, which was removed in v8. This changes are also needed for a WIP of a PR coming to the Enterprise repository, for building legal reports based on account and tax tags.
Showing
- addons/l10n_do/__manifest__.py 1 addition, 1 deletionaddons/l10n_do/__manifest__.py
- addons/l10n_do/data/account.account.template.csv 271 additions, 254 deletionsaddons/l10n_do/data/account.account.template.csv
- addons/l10n_do/data/account_account_tag_data.xml 554 additions, 1 deletionaddons/l10n_do/data/account_account_tag_data.xml
- addons/l10n_do/data/account_chart_template_data.xml 4 additions, 4 deletionsaddons/l10n_do/data/account_chart_template_data.xml
Loading
Please register or sign in to comment