[IMP] improve the journal entries view.
authorNimesh (Open ERP) <nco@tinyerp.com>
Wed, 27 Jun 2012 06:34:57 +0000 (12:04 +0530)
committerNimesh (Open ERP) <nco@tinyerp.com>
Wed, 27 Jun 2012 06:34:57 +0000 (12:04 +0530)
bzr revid: nco@tinyerp.com-20120627063457-1a5e2xflmbj2rmwl

addons/account/account_view.xml

index ab46f75..a278253 100644 (file)
                 </header>
                 <sheet string="Journal Entries" layout="auto">
                     <group col="4">
-                        <field name="name" readonly="True"/>
-                        <field name="ref"/>
-                        <field name="journal_id"/>
-                        <field name="period_id"/>
-                        <field name="to_check"/>
-                        <field name="date"/>
-                        <field name="company_id" required="1" groups="base.group_multi_company"/>
-                        <field name="partner_id" invisible="1"/>
-                        <field name="amount" invisible="1"/>
+                       <group>
+                               <field name="name" readonly="True"/>
+                               <field name="journal_id"/>
+                               <field name="period_id"/>
+                               <field name="company_id" required="1" groups="base.group_multi_company"/>
+                               <field name="partner_id" invisible="1"/>
+                       </group>
+                       <group>
+                               <field name="ref"/>
+                               <field name="date"/>
+                               <field name="to_check"/>
+                               <field name="amount" invisible="1"/>
+                       </group>        
                     </group>
                     <notebook colspan="4">
                         <page string="Journal Items">
                                     <field name="reconcile_partial_id"/>
                                 </tree>
                             </field>
-                            <separator string="Internal Note"/>
-                            <field name="narration" colspan="4" nolabel="1" height="50"/>
+                            <separator/>
+                            <field name="narration" colspan="4" placeholder="Add an internal note" nolabel="1" height="50"/>
                         </page>
                     </notebook>
                     </sheet>