Prepare Dominican accounting localization for core review

This commit is contained in:
José Arturo García
2026-08-10 00:08:55 -04:00
parent 85dc8ec2b3
commit a740366693
40 changed files with 9016 additions and 10473 deletions
+9 -6
View File
@@ -6,13 +6,16 @@ shape as Tryton chart modules such as ``account_fr``, ``account_be``, and
``account_syscohada``:
* chart, tax, tax code, and tax rule data are declarative XML records;
* Python code extends existing account models only where Dominican metadata or
chart setup defaults are needed;
* Python code extends only the chart creation wizard to provide Dominican
defaults;
* the chart creation wizard proposes the Dominican receivable and payable
control accounts when the Dominican chart is selected;
* fiscal report box mapping remains outside this module and is owned by
reporting modules such as ``dgii_reports``.
control accounts when either Dominican chart is selected;
* English and Latin American Spanish (``es_419``) charts are separate static
datasets because Tryton does
not translate account and tax template names at runtime;
* fiscal report classifications and form box mapping remain outside this
module and are owned by reporting modules such as ``dgii_reports``.
The module deliberately avoids replacing posting, tax computation, or invoice
logic from Tryton's ``account`` module. Complementary Dominican modules should
consume the accounts, taxes, tax codes, and metadata defined here.
consume the accounts, taxes, and tax codes defined here.