bzr revid: fp@tinyerp.com-20120610000843-lp06fvzq3ejmsmk8
This commit is contained in:
Fabien Pinckaers 2012-06-10 02:08:43 +02:00
parent d41b456a14
commit 8685996d96
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@
<xpath expr="/form/header/div[@class='oe_right']/field[@name='state']" position="replace">
<field name="state" nolabel="1" readonly="1" widget="statusbar" statusbar_visible="draft,confirmed,assigned,done" statusbar_colors='{"auto":"blue", "confirmed":"blue"}'/>
</xpath>
<xpath expr="/form/sheet/group/group/field[@name='partner_id']" position="replace">
<xpath expr="//field[@name='partner_id']" position="replace">
<field name="partner_id" on_change="onchange_partner_in(partner_id)" colspan="4" string="Customer"/>
</xpath>
<xpath expr="/form/sheet" position="after">