[imp] added some tests, debugged some bugs
[odoo/odoo.git] / addons / multi_company / res_company_view.xml
index 31cb145..b246a19 100644 (file)
             <field name="priority" eval="8"/>
             <field name="arch" type="xml">
                 <search string="Multi Company">
-                    <field name="name" select="1"/>
-                    <field name="company_id" select="1" widget="selection"/>
-                    <field name="company_dest_id" select="1" widget="selection"/>
-                    <field name="object_id" select="1"/>
+                    <field name="name"/>
+                    <field name="company_id" widget="selection"/>
+                    <field name="company_dest_id" widget="selection"/>
+                    <field name="object_id"/>
                 </search>
             </field>
         </record>
@@ -68,6 +68,7 @@
         <menuitem id="menu_custom_multicompany"
             name="Multi-Companies"
             parent="base.menu_custom"
+            groups="base.group_extended"
             sequence="50"/>
 
         <menuitem id="menu_action_inventory_form"