[FIX] set a name to the action

lp bug: https://launchpad.net/bugs/304008 fixed

bzr revid: christophe@tinyerp.com-20081201162859-g3il28kjlfwl1r0b
This commit is contained in:
Christophe Simonis 2008-12-01 17:28:59 +01:00
parent 008e70e2bf
commit 32796a155f
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@
<menuitem action="action_partner_category" id="menu_partner_category_main" parent="base.menu_partner_form" sequence="1"/>
<record id="action_partner_by_category" model="ir.actions.act_window">
<field name="name" eval="False"/>
<field name="name">Partner Categories</field>
<field name="res_model">res.partner</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>