[product] remove " char in name of product list view

bzr revid: hmo@tinyerp.com-20090205061011-0e2a9d33yoz00gi4
This commit is contained in:
Harry (Open ERP) 2009-02-05 11:40:11 +05:30
parent 5d1da24e12
commit 0425c445ec
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@
<record id="product_normal_action_tree" model="ir.actions.act_window">
<field name="name">Products"</field>
<field name="name">Products</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">product.product</field>
<field name="view_type">form</field>