Skip to content

Commit

Permalink
[MIG] account_payment_unece from v16 to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Mar 4, 2024
1 parent 71e4c70 commit 8237188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account_payment_unece/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Account Payment UNECE",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "UNECE nomenclature for the payment methods",
Expand Down
2 changes: 1 addition & 1 deletion account_payment_unece/data/account_payment_method.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<odoo>
<record
id="account.account_payment_method_manual_in"
model="account.payment.method"
Expand Down
2 changes: 1 addition & 1 deletion account_payment_unece/views/account_payment_method.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/>
<field name="arch" type="xml">
<field name="code" position="after">
<field name="unece_code" />
<field name="unece_code" optional="show" />
</field>
</field>
</record>
Expand Down

0 comments on commit 8237188

Please sign in to comment.