[FIX] base: Replace the name of the 'Partners' action by 'Customer' action

bzr revid: stephane@openerp.com-20100519135115-cz506ke9rzgik3zb
This commit is contained in:
Stephane Wirtel 2010-05-19 15:51:15 +02:00
parent 55ed7b8daa
commit 3d8605f38e
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@
</record>
<record id="action_partner_form" model="ir.actions.act_window">
<field name="name">Partners</field>
<field name="name">Customers</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.partner</field>
<field name="view_type">form</field>