Skip to content

Commit

Permalink
[IMP] l10n_ar_account_tax_settlement: update inflation indexes
Browse files Browse the repository at this point in the history
Task: 28323
Add inflation indexes October 2024 and November 2024 from https://www.facpce.org.ar/indices-facpce/ "Indice RT 6".
  • Loading branch information
pablohmontenegro committed Jan 8, 2025
1 parent da211fc commit cb9c8c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ar_account_tax_settlement/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Tax Settlements For Argentina',
'version': '13.0.1.22.0',
'version': '13.0.1.23.0',
'category': 'Accounting',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
Expand Down
11 changes: 11 additions & 0 deletions l10n_ar_account_tax_settlement/data/inflation_adjustment_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@
<field name="date" eval="time.strftime('2024-07-01')"/>
<field name="value">6607.7479</field>
</record>

<record id="index_08_2024" model="inflation.adjustment.index">
<field name="date" eval="time.strftime('2024-08-01')"/>
<field name="value">6883.4412</field>
Expand All @@ -705,4 +706,14 @@
<field name="value">7122.2421</field>
</record>

<record id="index_10_2024" model="inflation.adjustment.index">
<field name="date" eval="time.strftime('2024-10-01')"/>
<field name="value">7313.9542</field>
</record>

<record id="index_11_2024" model="inflation.adjustment.index">
<field name="date" eval="time.strftime('2024-11-01')"/>
<field name="value">7491.4314</field>
</record>

</odoo>

0 comments on commit cb9c8c9

Please sign in to comment.