[FIX]: fix a xml view data format
[odoo/odoo.git] / addons / account / wizard / account_use_model_view.xml
index 03ca451..54efb58 100644 (file)
@@ -10,7 +10,8 @@
             <form string="Create Entries From Models">
                 <group height="240" width="510">
                     <separator string="This wizard will create recurring accounting entries" colspan="4"/>
-                    <field name="model"/>
+                    <label string="Select recurring to create a manualy recurring accounting entries" width="400"/>
+                    <field name="model" colspan="4" nolabel="1"/>
                     <separator colspan="4"/>
                     <group colspan="4" col="2">
                         <button icon="gtk-cancel" special="cancel" string="Cancel"/>
@@ -41,8 +42,8 @@
             <field name="model">account.move.line</field>
         </record>
 
-        <menuitem action="action_view_account_use_model"
-                    parent="account.menu_finance_recurrent_entries" id="menu_account_use_model"/>
+<!--        <menuitem action="action_view_account_use_model"-->
+<!--                    parent="account.menu_finance_recurrent_entries" id="menu_account_use_model"/>-->
 
         <record id="view_account_use_model_open_entry" model="ir.ui.view">
             <field name="name">account.use.model.open.entry.form</field>
@@ -50,9 +51,9 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <form string="Use Model">
-                    <group colspan="4" col="6">
-                           <label string = "Entry Lines Created." colspan="2"/>
-                           <newline/>
+                    <group colspan="4" col="6" width="300" height="70">
+                        <label string = "Entry Lines Created." colspan="2"/>
+                        <newline/>
                         <button icon="gtk-ok" special="cancel" string="Ok"/>
                         <button icon="terp-gtk-go-back-rtl" string="Open" name="open_moves" type="object" default_focus='1'/>
                    </group>
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <form string="Use Model">
-                    <group colspan="4" col="6">
-                           <label string = "Are you sure you want to create entries?" colspan="2"/>
-                           <newline/>
-                        <button icon="terp-gtk-stop" special="cancel" string="Cancel"/>
+                    <group colspan="4" col="6" width="300" height="70">
+                        <label string = "Are you sure you want to create entries?" colspan="2"/>
+                        <newline/>
+                        <button icon="gtk-cancel" special="cancel" string="Cancel"/>
                         <button icon="gtk-execute" string="Ok" name="create_entries" type="object" default_focus='1'/>
                    </group>
                </form>