[ADD]ADD send from field
This commit is contained in:
parent
a83588281b
commit
a652f0d077
|
|
@ -51,6 +51,7 @@
|
|||
<field name="project_id"/>
|
||||
<field name="sale_order_id"/>
|
||||
<field name="subject_type_id" optional="hide"/>
|
||||
<field name="create_uid" string="Send From"/>
|
||||
<field name="to_ids" widget="many2many_tags"/>
|
||||
<field name="tran_tag" widget="many2many_tags"/>
|
||||
<field name="tran_tag_unit" widget="many2many_tags"/>
|
||||
|
|
@ -103,6 +104,9 @@
|
|||
<xpath expr="//tree" position="attributes">
|
||||
<attribute name="create">true</attribute>
|
||||
</xpath>
|
||||
<!-- <xpath expr="//to_ids" position="before">-->
|
||||
<!-- <field name="create_uid" string="Send From"/>-->
|
||||
<!-- </xpath>-->
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
<field name="transaction_date"/>
|
||||
<field name="subject"/>
|
||||
<field name="subject_type_id"/>
|
||||
<field name="create_uid" string="Send From"/>
|
||||
<field name="to_ids" widget="many2many_tags"/>
|
||||
<field name="due_date"/>
|
||||
<field name="state" optional="show"/>
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
<field name="transaction_date"/>
|
||||
<field name="subject"/>
|
||||
<field name="subject_type_id"/>
|
||||
<field name="create_uid" string="Send From"/>
|
||||
<field name="to_ids" widget="many2many_tags"/>
|
||||
<field name="company_name"/>
|
||||
<field name="is_reade" optional="hide"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue