[FIX] product: Remove duplicate "categ_id" from template view

The categ_id field was set twice in the view
`product_template_form_view`

Closes #6802
This commit is contained in:
Matthieu Dietrich 2015-05-21 13:56:35 +02:00 committed by Denis Ledoux
parent 3c3581e19f
commit 7d76d88b0c
1 changed files with 0 additions and 1 deletions

View File

@ -695,7 +695,6 @@
</group>
<group name="status" string="Status">
<field name="categ_id"/>
<field name="state"/>
<field name="product_manager"/>
</group>