[IMP] Improved code and indents.
authorParamjit Singh Sahota <psa@tinyerp.com>
Mon, 7 Oct 2013 11:52:30 +0000 (17:22 +0530)
committerParamjit Singh Sahota <psa@tinyerp.com>
Mon, 7 Oct 2013 11:52:30 +0000 (17:22 +0530)
bzr revid: psa@tinyerp.com-20131007115230-f8yvrevrswemvdb8

addons/account/account_view.xml

index a2283c2..23ed0cc 100644 (file)
                         </group>
                     </group>
                     <notebook>
-                       <page string="Cash Transactions" attrs="{'invisible': [('state','=','draft')]}">
+                        <page string="Cash Transactions" attrs="{'invisible': [('state','=','draft')]}">
                             <field name="line_ids" context="{'date':date}">
                                 <tree editable="bottom" string="Statement lines">
                                     <field name="sequence" invisible="1"/>
                     </notebook>
                     <group>
                         <group class="oe_subtotal_footer oe_right">
-                               <label for="balance_start"  class="oe_subtotal_footer_separator oe_open_balance"  string="Opening Balance" style="padding-right: 23px !important;"/>
-                            <field name="balance_start" attrs="{'readonly' : [('cash_control', '=', True)]}" string="Opening Balance" class="oe_subtotal_footer_separator oe_open_balance" widget="monetary" options="{'currency_field': 'currency'}" help="Total of opening cash control lines" nolabel="1"/>
+                            <label for="balance_start" class="oe_subtotal_footer_separator oe_open_balance" string="Opening Balance" style="padding-right: 23px !important;"/>
+                            <field name="balance_start" attrs="{'readonly' : [('cash_control', '=', True)]}" nolabel="1" string="Opening Balance" class="oe_subtotal_footer_separator oe_open_balance" widget="monetary" options="{'currency_field': 'currency'}" help="Total of opening cash control lines"/>
                             <label for="total_entry_encoding" string="+ Transactions" class="oe_force_bold oe_mini_subtotal_footer_separator" style="padding-right: 20px !important;"/>
                             <field name="total_entry_encoding" nolabel="1" class="oe_bold oe_account_total" widget="monetary" options="{'currency_field': 'currency'}"/>
-                            <label for="balance_end" string="= Theoretical Closing Balance" class="oe_force_bold oe_mini_subtotal_footer_separator" help="Sum of opening balance and transactions." style="padding-right: 20px !important;"/>
+                            <label for="balance_end" string="= Theoretical Closing Balance" class="oe_force_bold oe_mini_subtotal_footer_separator" style="padding-right: 20px !important;" help="Sum of opening balance and transactions."/>
                             <field name="balance_end" nolabel="1" class="oe_bold oe_account_total" widget="monetary" options="{'currency_field': 'currency'}"/>
                         </group>
                         <div>