Skip to content

Commit 0b05630

Browse files
[IMP] l10n_ar_account_reports: en proceso, mejorar check de pagos en borrador
1) Mejorar check de pagos en borrador 2) Agregar asiento de ajuste por inflación.
1 parent 4ad1c16 commit 0b05630

12 files changed

+1562
-46
lines changed

l10n_ar_account_reports/__manifest__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
##############################################################################
2020
{
2121
"name": "Accounting Reports Customized for Argentina",
22-
"version": "19.0.1.6.0",
22+
"version": "19.0.1.7.0",
2323
"category": "Accounting",
2424
"sequence": 14,
2525
"summary": "",
@@ -54,6 +54,11 @@
5454
"data/santa_fe_report.xml",
5555
"data/tucuman_report.xml",
5656
"data/sicore_report.xml",
57+
"security/ir.model.access.csv",
58+
"data/inflation_adjustment_index.xml",
59+
"views/inflation_adjustmen_index_view.xml",
60+
"wizard/inflation_adjustment_view.xml",
61+
"views/account_return_type_views.xml",
5762
],
5863
"demo": [
5964
"demo/res_partner_demo.xml",

0 commit comments

Comments
 (0)