Update outgoing.xml

This commit is contained in:
zainab2097 2024-10-01 14:09:47 +03:00 committed by GitHub
parent 8d3519bed7
commit ef4c491b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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)]}"/>