This question has been flagged
4 Replies
47417 Views

How to install new module in Odoo 11

Example: https://www.odoo.com/apps/modules/11.0/automatic_backup_to_whatever/

I cant' install this module in Odoo 11, can you help me?

I need a document for install new module in Odoo 11.

Thanks for support !

Avatar
Discard
Best Answer

1. Put your custom addon under the addons path.

2. Goto settings -> Activate Developer Mode.


3. Goto Apps -> Update Apps list


This gives a wizard.


Click on Update, After Search your custom app and install.


In case of Odoo hosted,

You can use the terminal commands,

1. Copy your custom addon under addons path,

2. Restart odoo server using command

sudo service odoo-server restart

3. Follow The above steps mentioned to install app form UI




Avatar
Discard

Point 2 can be different in some cases. Like if the user installed Odoo from source it is likely to be just odoo.

Where to find the addons path? In case of odoo hosted

Best Answer






Avatar
Discard