Update outgoing.xml
This commit is contained in:
parent
8d3519bed7
commit
ef4c491b5a
|
|
@ -140,9 +140,9 @@
|
|||
</header>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='to_ids']" position="before">
|
||||
<field name='to_users'/>
|
||||
<field widget="many2many_tags" invisible="0" name='to_users'/>
|
||||
<field name='company_name'/>
|
||||
<field name='cc_users'/>
|
||||
<field invisible="0" widget="many2many_tags" name='cc_users'/>
|
||||
<field name="is_partner" widget="boolean_toggle"/>
|
||||
<field name="partner_id"
|
||||
attrs="{'invisible':[('is_partner','!=',True)],'required':[('is_partner','=',True)]}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue