fix bug in project field
This commit is contained in:
parent
7f062134de
commit
a685331180
|
|
@ -155,8 +155,8 @@
|
|||
options="{'no_create':True}"/>
|
||||
<field name="tran_tag_unit" widget="many2many_tags"
|
||||
options="{'no_create':True}"/>
|
||||
<field name="project_id" widget="many2many_tags" domain="[('partner_id', '=', partner_id)]"/>
|
||||
<field name="sale_order_id" domain="[('partner_id', '=', partner_id)]"/>
|
||||
<field name="project_id" widget="many2many_tags" />
|
||||
<field name="sale_order_id"/>
|
||||
<field name="send_date" attrs="{'invisible':[('state','=','draft')]}"/>
|
||||
<field name="send_attach" widget="many2many_binary" attrs="{'invisible':[('state','=','draft')]}"/>
|
||||
</xpath>
|
||||
|
|
|
|||
Loading…
Reference in New Issue