This question has been flagged
3 Replies
4334 Views

I make use of a OpenERP 7.0 package on a Synology server. How can I add a community module that is not in the package list? E.g. Banking modules, mass editing, enaps etc.

I am not familiar with bzr, launchpad, git, etc. I am an end user.

Avatar
Discard
Best Answer

look for the addon folder of your openerp (my config: /opt/openerp/server/openerp/addons/). Just copy your downloaded addons in this folder, update your modules and then you can install it.

Avatar
Discard
Best Answer

You can download any module, then unzip into addons directory and restart the openerp server. Go to configuration menu, update module list then go to installed modules option and press "X" in the search option. Then you will see your module. I hope this help

Avatar
Discard
Best Answer

Hello,

  1. Add the extra module into addons directory.
  2. Go to settings -> Modules -> Update module List(Need to give right of 'Technical Features') -> Click on update button
  3. Go to Installed modules -> Clear advance search -> Search for module you have added

Thanks.

Avatar
Discard