Comment 14 for bug 695084

Revision history for this message
Kyle Waid (midwest) wrote :

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.