[IMP] account: set chatter widget out of sheet.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Wed, 16 May 2012 05:24:30 +0000 (10:54 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Wed, 16 May 2012 05:24:30 +0000 (10:54 +0530)
bzr revid: tpa@tinyerp.com-20120516052430-nyj51mbahltp3sf0

addons/account/account_invoice_view.xml

index 39d164c..8fe50fd 100644 (file)
             <field name="type">form</field>
             <field name="priority">2</field>
             <field name="arch" type="xml">
-                <form string="Supplier Invoice">
+                <form layout="manual">
+                <sheet string="Supplier Invoice" layout="auto">
                     <group col="8" colspan="4">
                         <field name="journal_id" on_change="onchange_journal_id(journal_id)" widget="selection"/>
                         <field name="number" readonly="1"/>
                             </field>
                         </page>
                     </notebook>
+                </sheet>
+                <div class="oe_form_sheet_width">
                     <field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"/>
+                </div>
                 </form>
             </field>
         </record>
             <field name="model">account.invoice</field>
             <field name="type">form</field>
             <field name="arch" type="xml">
-                <form string="Invoice">
+                <form layout="manual">
+                <sheet string="Invoice" layout="auto">
                     <group colspan="4" col="8">
                     <field name="journal_id" groups="base.group_user" on_change="onchange_journal_id(journal_id, context)" widget="selection"/>
                     <field name="number"/>
                             </field>
                         </page>
                     </notebook>
+                </sheet>
+                <div class="oe_form_sheet_width">
                     <field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"/>
+                </div>
                 </form>
             </field>
         </record>