[REF] Account: Automatic reconcilation view (removed extra group)
authorMustufa Rangwala <mra@mra-laptop>
Fri, 1 Oct 2010 06:23:31 +0000 (11:53 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Fri, 1 Oct 2010 06:23:31 +0000 (11:53 +0530)
bzr revid: mra@mra-laptop-20101001062331-ie79rnr91aefkqpu

addons/account/wizard/account_automatic_reconcile_view.xml

index 75db825..6fc3cfc 100644 (file)
@@ -8,29 +8,27 @@
              <field name="type">form</field>
              <field name="arch" type="xml">
                 <form string="Reconciliation">
-                    <group width="660" height="430">
-                        <separator string="Options" colspan="4"/>
-                        <group>
-                            <field name="account_ids" colspan="4" domain="[('reconcile','=',1)]"/>
-                            <field name="date1"/>
-                            <field name="date2"/>
-                            <field name="power"/>
-                            <field name="allow_write_off"/>
-                        </group>
-                        <newline/>
-                        <group attrs="{'readonly':[('allow_write_off', '!=', True)]}">
-                            <separator string="Write-Off Move" colspan="4"/>
-                            <field name="max_amount"/>
-                            <field name="writeoff_acc_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
-                            <field name="journal_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
-                            <field name="period_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
-                        </group>
-                        <separator string ="" colspan="4"/>
-                        <group colspan="2" col="4">
-                             <button special="cancel" string="Cancel" icon="gtk-cancel"/>
-                            <button name="reconcile" string="Reconcile" type="object" icon="terp-stock_effects-object-colorize"/>
-                         </group>
+                    <separator string="Options" colspan="4"/>
+                    <group>
+                        <field name="account_ids" colspan="4" domain="[('reconcile','=',1)]"/>
+                        <field name="date1"/>
+                        <field name="date2"/>
+                        <field name="power"/>
+                        <field name="allow_write_off"/>
                     </group>
+                    <newline/>
+                    <group attrs="{'readonly':[('allow_write_off', '!=', True)]}">
+                        <separator string="Write-Off Move" colspan="4"/>
+                        <field name="max_amount"/>
+                        <field name="writeoff_acc_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
+                        <field name="journal_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
+                        <field name="period_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
+                    </group>
+                    <separator string ="" colspan="4"/>
+                    <group colspan="2" col="4">
+                         <button special="cancel" string="Cancel" icon="gtk-cancel"/>
+                        <button name="reconcile" string="Reconcile" type="object" icon="terp-stock_effects-object-colorize"/>
+                     </group>
                 </form>
              </field>
          </record>