Skip to content

Commit b4b7204

Browse files
[IMP] l10n_ar_account_tax_settlement: update inflation indexes.
Add inflation index December 2025 from https://www.facpce.org.ar/indices-facpce/ "Indice RT 6". Task Adhoc side: 28323 closes #891 X-original-commit: 798ac55 Signed-off-by: Julia Elizondo - jue (#l10n) <jue@adhoc.com.ar> Signed-off-by: Pablo Montenegro - pam (#l10n) <pam@adhoc.com.ar>
1 parent b61c17e commit b4b7204

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

l10n_ar_account_tax_settlement/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
##############################################################################
2020
{
2121
"name": "Tax Settlements For Argentina",
22-
"version": "18.0.1.9.0",
22+
"version": "18.0.1.10.0",
2323
"category": "Accounting",
2424
"author": "ADHOC SA",
2525
"website": "www.adhoc.com.ar",

l10n_ar_account_tax_settlement/data/inflation_adjustment_index.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,4 +775,9 @@
775775
<field name="value">9841.3581</field>
776776
</record>
777777

778+
<record id="index_12_2025" model="inflation.adjustment.index">
779+
<field name="date" eval="time.strftime('2025-12-01')"/>
780+
<field name="value">10121.3715</field>
781+
</record>
782+
778783
</odoo>

0 commit comments

Comments
 (0)