port to 17.0 bemade_multiple_billing_contacts
This commit is contained in:
parent
25e5ac4657
commit
731007f1b3
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
|||
<field name="arch" type="xml">
|
||||
<field name="partner_id" position="after">
|
||||
<field name="billing_contacts"
|
||||
attrs="{'invisible': [('move_type', 'not in',
|
||||
('out_invoice', 'out_refund'))]}"
|
||||
invisible="move_type not in ('out_invoice', 'out_refund')"
|
||||
widget="many2many_checkboxes"
|
||||
domain="['|', '|', ('id', 'in', billing_contacts),
|
||||
('parent_id', '=', partner_id),
|
||||
|
|
|
|||
Loading…
Reference in a new issue