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

Task: 28323
X-original-commit: 038ff1a
Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
Signed-off-by: pablohmontenegro <pam@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Oct 23, 2023
1 parent 23ed45a commit 4112d2a
Show file tree
Hide file tree
Showing 2 changed files with 16 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': "16.0.1.5.0",
'version': "16.0.1.6.0",
'category': 'Accounting',
'website': 'www.adhoc.com.ar',
'license': 'LGPL-3',
Expand Down
15 changes: 15 additions & 0 deletions l10n_ar_account_tax_settlement/data/inflation_adjustment_index.xml
Expand Up @@ -631,4 +631,19 @@
<field name="value">1709.6115</field>
</record>

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

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

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

</odoo>

0 comments on commit 4112d2a

Please sign in to comment.