Update outgoing.xml
This commit is contained in:
parent
492dd4429b
commit
f92a34dc17
|
|
@ -44,7 +44,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="company_name"/>
|
||||
<field name="is_reade" optional="hide"/>
|
||||
<field name="due_date" optional="show"/>
|
||||
|
|
@ -150,6 +150,7 @@
|
|||
<attribute name="attrs">
|
||||
{'invisible':[('is_partner','!=',False)],'required':[('is_partner','=',False)]}
|
||||
</attribute>
|
||||
<attribute name="widget"></attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='important_id']" position="after">
|
||||
<field name="tran_tag" widget="many2many_tags"
|
||||
|
|
|
|||
Loading…
Reference in New Issue