[fix]purchase module typo corrected

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

bzr revid: popkar77@gmail.com-20131112130406-dfzg5gf2nxmebsnz
This commit is contained in:
JoshuaJan 2013-11-12 21:04:06 +08:00
parent 108ccbf108
commit 0954d2806e
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
</group>
<group>
<field name="date_order"/>
<field name="origin" attr="{'invisible': [('origin','=',False)]}"/>
<field name="origin" attrs="{'invisible': [('origin','=',False)]}"/>
<field name="warehouse_id" on_change="onchange_warehouse_id(warehouse_id)" widget="selection" groups="stock.group_locations"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>