c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10404
[Bug 695516] Re: Recent changes break installation ValueError product.group_product_manager
Hi, I have a working solution. The reason it fails as I explained is
because the access rights were removed from the product module in
revision 4070. Download the latest sources, then download the addons
branch from revision 4066 like this
bzr clone lp:openobject-addons revision: 4066
Take the prdouct module, and the mrp modules and copy them to your new addons folder. It will replace the missing access rights. Additionally you can look at all the revisions to that module and add the code yourself, keeping intact the access rights that are required for your modules to function.
There could be consequences of doing this but im not sure yet all I know
is that I can install my module when I couldnt before.
The access rights were removed and probably will not be replaced or
returned. The solution to fix it would be to remove the access rights.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/695516
Title:
Recent changes break installation ValueError product.group_product_manager
Status in Magento Open ERP Connector:
Confirmed
Bug description:
Over the weekend I used fresh sources and didnt have any problems installing OpenERP connector. However, Today when downloading latest sources I am unable to even install openerp6-module, base_sale_multichannels, or the openlabs images module. The relation is the ir.model.access.csv file around product.group_product_manager It raises a value error. I reported this to OpenERP but im not entirely sure the nature of the bug. So far the only way I could even install the modules listed here is by commenting out that file in the _openerp_.py file of each of the modules. I checked and its looking for some id that no longer exists. I am not sure the impact this has, or how to genuinely fix it. Ive confirmed it 3 times. Can anyone else confirm this error? I believe a name was changed
product.group_product_manager
References