[FIX] stock_account: fixed wrong group reference in xml view

bzr revid: qdp-launchpad@openerp.com-20140424085457-jd3jzmf2dep3q3ex
This commit is contained in:
Quentin (OpenERP) 2014-04-24 10:54:57 +02:00
parent 2e7579c54d
commit 4d48e71b2f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<field name="priority">26</field>
<field name="arch" type="xml">
<xpath expr="//group[@name='properties']" position="before">
<group groups="stock_account.group_stock_inventory_valuation">
<group groups="stock_account.group_inventory_valuation">
<separator string="Inventory Valuation" colspan="4"/>
<group colspan="2" col="2">
<field name="valuation" attrs="{'readonly':[('type', '=', 'service')]}"/>