Hi.

What I was refering to is multiple menu items (in different modules) refering 
to the same action. E.g.

<menuitem name="m/a" action="x" id="1" />

<menuitem name="p/c" action="x" id="2" />

<menuitem name="n/f/b" action="x" id="3" />

It's requiring me to put action "x" in each of the modules, which is tedius.

Thanks.

Mugoma


-- original message --
Subject:        [Tinyerp-users] Re: Multiple action reference
From:   [EMAIL PROTECTED]
Date:           29/07/2008 10:42 am

Hello 

Here is the example for add partner form action.

<record>
      <field>Partner</field>
       <field>ir.actions.act_window</field>
       <field>res.partner</field>
       <field>form</field>
       <field>
</record>

what you need is just change the id and put module name separated with . before 
id in ref. like 
ref="base.view_partner_form"




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


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

Reply via email to