Update internal.xml
This commit is contained in:
parent
c895ff4d7b
commit
492dd4429b
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue