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
X-original-commit: 27feec9
  • Loading branch information
pablohmontenegro committed Jan 31, 2023
1 parent 3b37ced commit 7df5a85
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions l10n_ar_account_tax_settlement/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
##############################################################################
{
'name': 'Tax Settlements For Argentina',
<<<<<<< HEAD
'version': "16.0.1.0.0",
||||||| parent of 7b05796 (temp)
'version': "15.0.1.3.0",
=======
'version': "15.0.1.4.0",
>>>>>>> 7b05796 (temp)
'category': 'Accounting',
'website': 'www.adhoc.com.ar',
'license': 'LGPL-3',
Expand Down
20 changes: 20 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 @@ -580,4 +580,24 @@
<field name="date" eval="time.strftime('2022-08-01')"/>
<field name="value">911.1316</field>
</record>

<record id="index_09_2022" model="inflation.adjustment.index">
<field name="date" eval="time.strftime('2022-09-01')"/>
<field name="value">967.3076</field>
</record>

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

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

<record id="index_12_2022" model="inflation.adjustment.index">
<field name="date" eval="time.strftime('2022-12-01')"/>
<field name="value">1134.5875</field>
</record>
</odoo>

0 comments on commit 7df5a85

Please sign in to comment.