mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
account_payment_partner: add optional="hide" on payment mode in invoice tree view
This commit is contained in:
committed by
Thomas Binsfeld
parent
4c1ecc8375
commit
5a55fc89a5
@@ -56,7 +56,7 @@
|
||||
<field name="inherit_id" ref="account.view_invoice_tree" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="amount_residual_signed" position="after">
|
||||
<field name="payment_mode_id" />
|
||||
<field name="payment_mode_id" optional="hide" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user