You can create an action and a menuitem for your new views. The following is an 
example supposing that your new view has id="view_customers_form" 

&nbsp; &nbsp; &nbsp; &nbsp; <record model="ir.actions.act_window" 
id="action_partner_comercial_form">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="name">res.partner</field>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="type">ir.actions.act_window</field>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="res_model">res.partner</field>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="view_type">form</field>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field name="view_id" 
ref="view_customers_form"/>
&nbsp; &nbsp; &nbsp; &nbsp; </record>
&nbsp; &nbsp; &nbsp; &nbsp; <menuitem name="Partners/Customers" 
action="action_partner_comercial_form" id="menu_partner_comercial_form"/>





-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=23310#23310

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to