[IMP] put 'Keep empty to open the current situation' string above fields without...
authorForam Katharotiya (OpenERP) <fka@tinyerp.com>
Tue, 14 May 2013 06:44:59 +0000 (12:14 +0530)
committerForam Katharotiya (OpenERP) <fka@tinyerp.com>
Tue, 14 May 2013 06:44:59 +0000 (12:14 +0530)
bzr revid: fka@tinyerp.com-20130514064459-exzhphwmqvz1j0ed

addons/account/project/wizard/account_analytic_chart_view.xml

index 7076904..5c1bad5 100644 (file)
                         <button string="Cancel" class="oe_link" special="cancel"/>
                     </header>
                     <group string="Select the Period for Analysis" col="4">
-                        <field name="from_date"/>
-                        <field name="to_date"/>
-                        <label string="(Keep empty to open the current situation)" colspan="4"/>
+                        <label string="Keep empty to open the current situation" colspan="4"/>
+                        <group>
+                            <field name="from_date"/>
+                            <field name="to_date"/>
+                        </group>
                     </group>
                 </form>
             </field>