Skip to content

Commit

Permalink
[IMP] l10n_it_fiscal_payment_term: Updated payment terms (OCA#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoRubi authored and are-agilebg committed May 10, 2023
1 parent 07da13e commit 46d75d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_it_fiscal_payment_term/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
'name': 'Italian Localization - Termini fiscali di pagamento',
'version': '12.0.1.1.2',
'version': '12.0.2.0.0',
'category': 'Localization/Italy',
'summary': 'Condizioni di pagamento delle fatture elettroniche',
'author': 'Davide Corio, Agile Business Group, Innoviu, '
Expand Down
6 changes: 5 additions & 1 deletion l10n_it_fiscal_payment_term/data/fatturapa_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</record>
<record id="fatturapa_mp08" model="fatturapa.payment_method">
<field name="code">MP08</field>
<field name="name">carta di credito</field>
<field name="name">carta di pagamento</field>
</record>
<record id="fatturapa_mp09" model="fatturapa.payment_method">
<field name="code">MP09</field>
Expand Down Expand Up @@ -109,5 +109,9 @@
<field name="code">MP22</field>
<field name="name">Trattenuta su somme già riscosse</field>
</record>
<record id="fatturapa_mp23" model="fatturapa.payment_method">
<field name="code">MP23</field>
<field name="name">PagoPA</field>
</record>
</data>
</odoo>

0 comments on commit 46d75d5

Please sign in to comment.