[FIX] purchase_requisition: views
authorRichard Mathot (OpenERP) <rim@openerp.com>
Tue, 22 Apr 2014 09:48:52 +0000 (11:48 +0200)
committerRichard Mathot (OpenERP) <rim@openerp.com>
Tue, 22 Apr 2014 09:48:52 +0000 (11:48 +0200)
bzr revid: rim@openerp.com-20140422094852-b9kds2wmmyjb2p3h

addons/purchase_requisition/purchase_requisition_view.xml

index edb39de..9901fbd 100644 (file)
                 <field name="state" widget="statusbar" statusbar_visible="draft,in_progress,done" statusbar_colors='{"in_progress":"blue"}'/>
             </header>
             <sheet>
-                <div class="oe_edit_only pull-left">
-                    <label for="name" class="oe_inline"/>
+                <div class="pull-left">
+                    <label for="name" class="oe_edit_only oe_inline"/>
                     <h1>
                         <field name="name" class="oe_inline"/>
                     </h1>
                 </div>
-                <div class="oe_edit_only pull-left">
-                    <label for="origin" class="oe_inline"/>
+                <div class="pull-left">
+                    <label for="origin" class="oe_edit_only oe_inline"/>
                     <h1>
                         <label string="," attrs="{'invisible':[('origin','=',False)]}"/>
                         <field name="origin" class="oe_inline" placeholder="e.g. PO0025"/>