Skip to content

Commit

Permalink
temp rebasing PR 259 (7f9451a)
Browse files Browse the repository at this point in the history
  • Loading branch information
roboadhoc committed Aug 15, 2023
2 parents 888e7b0 + 7f9451a commit 5e36325
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': "16.0.1.4.0",
'version': "16.0.1.5.0",
'category': 'Accounting',
'website': 'www.adhoc.com.ar',
'license': 'LGPL-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 @@ -621,4 +621,14 @@
<field name="value">1497.2147</field>
</record>

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

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

</odoo>

0 comments on commit 5e36325

Please sign in to comment.