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 #209

Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed May 31, 2023
1 parent e457e08 commit 444d8e0
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
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Tax Settlements For Argentina',
'version': '13.0.1.13.0',
'version': '13.0.1.14.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
Expand Up @@ -610,4 +610,15 @@
<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 444d8e0

Please sign in to comment.