[IMP] product: set chatter widget out of sheet.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Wed, 16 May 2012 06:27:01 +0000 (11:57 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Wed, 16 May 2012 06:27:01 +0000 (11:57 +0530)
bzr revid: tpa@tinyerp.com-20120516062701-9d8ts0mc096mqk3g

addons/product/product_view.xml

index 527e282..f6adbfd 100644 (file)
@@ -68,7 +68,8 @@
             <field name="type">form</field>
             <field eval="7" name="priority"/>
             <field name="arch" type="xml">
-                <form string="Product">
+                <form layout="manual">
+                <sheet string="Product" layout="auto">
                     <group colspan="4" col="8">
                         <group colspan="4" col="2">
                             <separator string="Name" colspan="2"/>
                             </field>
                         </page>
                     </notebook>
+                </sheet>
+                <div class="oe_form_sheet_width">
                     <field name="message_ids" colspan="4" widget="ThreadView" nolabel="1"/>
+                </div>
                 </form>
             </field>
         </record>