[IMP] account : Improved the code
[odoo/odoo.git] / addons / account / wizard / account_subscription_generate_view.xml
index f169537..7d61af6 100644 (file)
@@ -8,17 +8,17 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <form string="Subscription Compute">
-                    <group colspan="4" >
-                        <separator string="Generate entries before:" colspan="4"/>
-                        <field name="date"/>
-                    </group>
-                    <separator string="" colspan="4" />
-                    <group colspan="4" col="6">
-                        <label string ="" colspan="2"/>
-                        <button icon="gtk-cancel" special="cancel" string="Cancel" />
-                        <button icon="gtk-execute" string="Generate Entries"
-                        name="action_generate" type="object" />
-                    </group>
+                    <separator string="Generate Entries before:" colspan="4"/>
+                    <label string ="Automatically generate entries based on what has been entered in the  system before a specific date." colspan="4" nolabel="1"/>
+                    <newline/>
+                    <field name="date"/>
+                       <separator colspan="4" />
+                       <group colspan="4" col="6">
+                               <label string ="" colspan="2"/>
+                       <button icon="gtk-cancel" special="cancel" string="Cancel" />
+                       <button icon="gtk-execute" string="Generate Entries"
+                       name="action_generate" type="object" />
+                       </group>
                </form>
             </field>
         </record>