[FIX]product: rename product_variant group since it is not used in v7.0 but still in trunk and users don't understand why nothing happen when ticking the option

bzr revid: csn@openerp.com-20130305100120-h59kuj2twmzf6aos
This commit is contained in:
Cedric Snauwaert 2013-03-05 11:01:20 +01:00
parent 25baf23e23
commit 2e52316b89
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<!-- Change name of group for 7.0 users since product variant module doesn't exist anymore
DO NOT CHANGE IT IN TRUNK -->
<record id="group_product_variant" model="res.groups">
<field name="name">Product Variant</field>
<field name="name">Product Variant (not supported)</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>