Never use a name which is or were assigned in a base module

Because during the update, it will try (and fail) to set to his origin name
This commit is contained in:
hpar
2017-12-13 14:30:59 +01:00
parent 4c097fdb96
commit 9b0d3c1311
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Product Unit Manager Group',
'summary': 'Add a group Product Unit of Measure Manager',
'version': '8.0.1.0.0',
'version': '8.0.1.0.1',
'category': 'Product',
'website': 'http://akretion.com',
'author': 'Akretion',

View File

@@ -8,7 +8,7 @@
</record>
<record id="group_uom_manager" model="res.groups">
<field name="name">Manage Multiple Units of Measure</field>
<field name="name">Manage Multiple Units of Measure (Manager)</field>
<field name="comment">Manage Multiple Units of Measure</field>
<field name="category_id" ref="base.module_category_hidden"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/>