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
Add inflation indexes october and november 2023 from https://www.facpce.org.ar/indices-facpce/ "Indice RT 6"

closes #302

X-original-commit: d75546a
Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
Signed-off-by: pablohmontenegro <pam@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Jan 10, 2024
1 parent f1d409e commit dd3ac56
Showing 1 changed file with 10 additions and 0 deletions.
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 @@ -646,4 +646,14 @@
<field name="value">2304.9242</field>
</record>

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

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

</odoo>

0 comments on commit dd3ac56

Please sign in to comment.