You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
729 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- POS payment method form view-->
<record id="pos_payment_method_view_form" model="ir.ui.view">
<field name="name">
pos.payment.method.view.form.inherit.pos.customer.wallet.management
</field>
<field name="model">pos.payment.method</field>
<field name="inherit_id"
ref="point_of_sale.pos_payment_method_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='journal_id']" position="after">
<field name="wallet_journal"
attrs="{'invisible':[('wallet_journal','!=',True)]}"/>
</xpath>
</field>
</record>
</odoo>