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
X-original-commit: a6cb301
  • Loading branch information
pablohmontenegro committed Jun 2, 2023
1 parent 3ba9d78 commit 7a3267e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions l10n_ar_account_tax_settlement/__manifest__.py
Expand Up @@ -19,7 +19,13 @@
##############################################################################
{
'name': 'Tax Settlements For Argentina',
<<<<<<< HEAD
'version': "16.0.1.1.0",
||||||| parent of 8d51090 (temp)
'version': "15.0.1.4.0",
=======
'version': "15.0.1.5.0",
>>>>>>> 8d51090 (temp)
'category': 'Accounting',
'website': 'www.adhoc.com.ar',
'license': 'LGPL-3',
Expand Down
21 changes: 21 additions & 0 deletions l10n_ar_account_tax_settlement/data/inflation_adjustment_index.xml
Expand Up @@ -600,4 +600,25 @@
<field name="date" eval="time.strftime('2022-12-01')"/>
<field name="value">1134.5875</field>
</record>

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

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

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

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

</odoo>

0 comments on commit 7a3267e

Please sign in to comment.