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

lp bug: https://launchpad.net/bugs/1097808 fixed

bzr revid: mat@openerp.com-20130614120554-5k33fuv91beo7pcw
This commit is contained in:
Martin Trigaux 2013-06-14 14:05:54 +02:00
commit 5836b9da50
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">