[7.0][project_crm][FIX] sale_order_id does not appear in the correct location on project.task

bzr revid: hip@tinyerp.com-20130110101459-c5q6t465i4p8nftk
This commit is contained in:
Hiral Patel (OpenERP) 2013-01-10 15:44:59 +05:30
parent ab20d92da8
commit 1cb348e133
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
<field name="model">project.task</field>
<field name="inherit_id" ref="project.view_task_form2"/>
<field name="arch" type="xml">
<field name="state" position="after">
<xpath expr="//page[@string='Extra Info']//field[@name='state']" position="after">
<field name="sale_line_id" string="Order Line"/>
</field>
</xpath>
</field>
</record>
<record id="product_product_normal_form_supply_view" model="ir.ui.view">