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.
22 lines
290 B
INI
22 lines
290 B
INI
[tryton]
|
|
version=8.0.0
|
|
depends:
|
|
account
|
|
company
|
|
currency
|
|
xml:
|
|
account_chart_do.xml
|
|
tax_do.xml
|
|
tax_view.xml
|
|
tax_code_do.xml
|
|
tax_rule_do.xml
|
|
|
|
[register]
|
|
model:
|
|
tax.TaxTemplate
|
|
tax.Tax
|
|
tax.TaxCode
|
|
tax.TaxCodeLine
|
|
wizard:
|
|
account.CreateChart
|