[FIX] stock: procurement rule form view fixed
authorQuentin (OpenERP) <qdp-launchpad@openerp.com>
Tue, 22 Apr 2014 09:20:18 +0000 (11:20 +0200)
committerQuentin (OpenERP) <qdp-launchpad@openerp.com>
Tue, 22 Apr 2014 09:20:18 +0000 (11:20 +0200)
bzr revid: qdp-launchpad@openerp.com-20140422092018-8w3lpsnrutyjx0ca

addons/stock/stock_view.xml

index 517f11a..60d15c1 100644 (file)
                         <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>