Update outgoing.xml

This commit is contained in:
zainab2097 2024-10-01 13:29:40 +03:00 committed by GitHub
parent 51a55a4b70
commit 17b8065ec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -140,7 +140,9 @@
</header>
</xpath>
<xpath expr="//field[@name='to_ids']" position="before">
<field name='to_users'/>
<field name='company_name'/>
<field name='cc_users'/>
<field name="is_partner" widget="boolean_toggle"/>
<field name="partner_id"
attrs="{'invisible':[('is_partner','!=',True)],'required':[('is_partner','=',True)]}"/>