[FIX] stock: procurement rule form view fixed

bzr revid: qdp-launchpad@openerp.com-20140422092018-8w3lpsnrutyjx0ca
This commit is contained in:
Quentin (OpenERP) 2014-04-22 11:20:18 +02:00
parent 5050c4ceee
commit 182171267f
1 changed files with 2 additions and 2 deletions

View File

@ -1640,8 +1640,8 @@
<field name="location_src_id" attrs="{'required': [('action', '=', 'move')]}"/>
<field name="partner_address_id" groups="stock.group_adv_location" context="{'show_address': 1}" options="{'always_reload': 1}"/>
<label for="delay" string="Delay" groups="stock.group_adv_location"/>
<div>
<field name="delay" class="oe_inline" groups="stock.group_adv_location"/>days
<div groups="stock.group_adv_location">
<field name="delay" class="oe_inline"/>days
</div>
</group>
</xpath>