Update incoming.xml
This commit is contained in:
parent
90dad28b0a
commit
55c0c13805
|
|
@ -124,9 +124,9 @@
|
|||
options="{'no_create':True}"/>
|
||||
<field name="project_id" widget="many2many_tags"
|
||||
options="{'no_create':True}"/>
|
||||
<field name="to_users" widget="many2many_tags"
|
||||
<field invisible="0" name="to_users" widget="many2many_tags"
|
||||
options="{'no_create':True}"/>
|
||||
<field name="cc_users" widget="many2many_tags"
|
||||
<field name="cc_users" invisible="0" widget="many2many_tags"
|
||||
options="{'no_create':True}"/>
|
||||
<field name="sale_order_id"
|
||||
options="{'no_create':True}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue