Skip to content

Commit

Permalink
fixup! [MIG] pos_customer_wallet: Migration to 16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Sep 7, 2023
1 parent 6d0fd4d commit afb08db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions pos_customer_wallet/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"data": [],
"demo": [
"demo/pos_payment_method_demo.xml",
"demo/product_product_demo.xml",
],
}
6 changes: 5 additions & 1 deletion pos_customer_wallet/demo/pos_payment_method_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<odoo>

<record id="customer_wallet_payment_method" model="pos.payment.method">
<field name="name">Customer Wallet</field>
<field name="journal_id" eval="account_journal_customer_wallet_demo" />
<field
name="journal_id"
eval="ref('account_customer_wallet.account_journal_customer_wallet_demo')"
/>
</record>

</odoo>

0 comments on commit afb08db

Please sign in to comment.