[FIX] Product By Category show name instead of complete_name

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

bzr revid: christophe@tinyerp.com-20090106094259-rdm10cjtfhplqr5f
This commit is contained in:
Christophe Simonis 2009-01-06 10:42:59 +01:00
parent a2aa6d31df
commit 59963a9899
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
<field name="field_parent">child_id</field>
<field name="arch" type="xml">
<tree string="Product Categories">
<field name="complete_name"/>
<field name="name"/>
</tree>
</field>
</record>