I'm using 7.0-20130514-231031 on Debian GNU/Linux 6.0.7 (squeeze), installed from http:// nightly.openerp.com/7.0/nightly/deb/.
Spent a day on this so far, and cannot figure out what's going on. Lots of searching shows a lot of similar issues with varying fixes that don't work for me.
First, deleting an existing directory of an uninstalled addon in /usr/share/pyshared/openerp/addons does not remove it from the Modules list (going to "Installed Modules" and clearing "Installed" from the filter - which seems like a ridiculously roundabout way to do it IMO) but it will not install. So I'm definitely working with the right directory.
After I click "Install" on the non-existent module (note_pad in this case) it will claim to install. It's not in the Installed Modules list, however, and selecting "Apply Scheduled Upgrades" shows it as ready to install again.
So now at least I know I'm working with the right directory, and there's something wrong with OpenERP reading what's in that directory.
I used the note_pad layout to create a slightly modified version of it and dropped it in the addons directory with a new folder name. No good. I took the "IDEA" addon and made a copy of it. Did a find and replace of all instances of 'idea' and replaced them with 'ideaz' (including filenames). OpenERP refuses to detect that folder no matter what, even though 'idea' works just fine.
I did try chmod 770 (foldername) -R
- no change. Service restarts change nothing, nor do server restarts (not surprising though).
Everything else appears to be working fine. Does anybody have any ideas why this is happening?
I just installed it (7.0-20130515-231043) on my Windows 7 x64 desktop as a test and added my "ideaz" folder to the addons directory. OpenERP immediately recognized it, no problem. Looks like this is an issue with my install on Linux... but really would like to figure it out. Default installation directly from OpenERP.