Align account_do with core localization structure

Add CreateChart defaults for the Dominican receivable and payable accounts, following the pattern used by official Tryton localization modules.

Register the chart wizard extension, add core-style documentation files, and protect the structure with transactional and static tests.
This commit is contained in:
José Arturo García
2026-08-09 13:44:20 -04:00
parent 5595296401
commit 85dc8ec2b3
9 changed files with 122 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
Reference
=========
Chart Setup
-----------
When the Dominican chart ``account_do.do_account_root`` is selected, the chart
creation wizard proposes:
* ``account_do.do_account_110201`` as the default receivable account;
* ``account_do.do_account_210101`` as the default payable account.
Fiscal Metadata
---------------
The module extends ``account.tax.template`` and ``account.tax`` with:
* ``tax_kind``;
* ``tax_fiscal_type``;
* ``tax_application``;
* ``dgii_legal_reference``;
* ``dgii_legal_article``;
* ``dgii_form_hint``;
* ``dgii_fiscal_status``.
These fields classify Dominican taxes without duplicating DGII report box
mapping. Reporting modules should use them together with account and tax codes.