Update internal.xml

This commit is contained in:
zainab2097 2024-10-05 12:03:44 +03:00 committed by GitHub
parent c895ff4d7b
commit 492dd4429b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<field name="subject"/>
<field name="subject_type_id"/>
<field name="create_uid" string="Send From"/>
<field name="to_ids" widget="many2many_tags"/>
<field name="to_ids"/>
<field name="due_date"/>
<field name="state" optional="show"/>
<field name="is_favorite" string=" " widget="priority"/>
@ -176,6 +176,7 @@
</xpath>
<xpath expr="//field[@name='to_ids']" position="attributes">
<attribute name="domain">[('type', '=', type_sender)]</attribute>
<attribute name="widget"></attribute>
</xpath>
<xpath expr="//field[@name='to_ids']" position="after">
<field name="partner_id"/>