I can't find anywhere, what is actually a "group name" on OpenErp.
I'm trying to make a new app based on the warehouse management openerp application, but everytime I try to install it, it says
Constraint Error
The name of the group must be unique !
Anyone can shed some light on what this group could be?
Already searched in files for "group" and I've changed some group_
names I found on the original objects by this module, but no success.
Edit:
What I'm trying to achieve with this is to have a copy of the "stock" module in order to edit and test without touching the original stock one.
These are minor changes, like for example field names, delete or adding some fields, etc...
Already changed all the group names and made a fresh new database.
For example I'd like to delete the "Accounting" tab of the product section in stock, but I guess it is related to the product.product object model, could I delete this tab without affecting all the product.product inherited objects in OpenErp?