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 and november 2023 from https://www.facpce.org.ar/indices-facpce/ "Indice RT 6"
  • Loading branch information
pablohmontenegro committed Dec 20, 2023
1 parent 4571a17 commit 983c80d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ar_account_tax_settlement/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Tax Settlements For Argentina',
'version': '13.0.1.16.0',
'version': '13.0.1.17.0',
'category': 'Accounting',
'website': 'www.adhoc.com.ar',
'license': 'AGPL-3',
Expand Down
10 changes: 10 additions & 0 deletions l10n_ar_account_tax_settlement/data/inflation_adjustment_index.xml
Expand Up @@ -646,4 +646,14 @@
<field name="value">2304.9242</field>
</record>

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

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

</odoo>

0 comments on commit 983c80d

Please sign in to comment.