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
closes #147

Signed-off-by: Katherine Zaoral <[email protected]>
  • Loading branch information
pablohmontenegro committed Sep 29, 2022
1 parent c525059 commit bf8d517
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
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.9.0',
'version': '13.0.1.10.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
Original file line number Diff line number Diff line change
Expand Up @@ -570,4 +570,14 @@
<field name="date" eval="time.strftime('2022-06-01')"/>
<field name="value">793.0278</field>
</record>

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

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

0 comments on commit bf8d517

Please sign in to comment.