← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/stock-logistic-flows/7.0-picking_dispatch-fix-view-labels into lp:stock-logistic-flows

 

Guewen Baconnier @ Camptocamp has proposed merging lp:~camptocamp/stock-logistic-flows/7.0-picking_dispatch-fix-view-labels into lp:stock-logistic-flows.

Commit message:
[FIX] the labels are not displayed because not in a <group>

Requested reviews:
  Stock and Logistic Core Editors (stock-logistic-core-editors)

For more details, see:
https://code.launchpad.net/~camptocamp/stock-logistic-flows/7.0-picking_dispatch-fix-view-labels/+merge/206867

The labels on the fields are not displayed. Put them in a group so they are.
-- 
https://code.launchpad.net/~camptocamp/stock-logistic-flows/7.0-picking_dispatch-fix-view-labels/+merge/206867
Your team Stock and Logistic Core Editors is requested to review the proposed merge of lp:~camptocamp/stock-logistic-flows/7.0-picking_dispatch-fix-view-labels into lp:stock-logistic-flows.
=== modified file 'picking_dispatch/picking_dispatch_view.xml'
--- picking_dispatch/picking_dispatch_view.xml	2013-04-16 14:29:17 +0000
+++ picking_dispatch/picking_dispatch_view.xml	2014-02-18 09:02:38 +0000
@@ -27,9 +27,11 @@
                 <field name="name"/>
               </h1>
             </div>
-            <field name="picker_id"/>
-            <field name="date"/>
-            <field name="backorder_id"/>
+            <group>
+              <field name="picker_id"/>
+              <field name="date"/>
+              <field name="backorder_id"/>
+            </group>
             <notebook colspan="4">
               <page string="Stock Moves">
                 <field name="move_ids" nolabel="1" colspan='4' widget="many2many"


References