Odoo install our module with the command prompt
5 March, 2021 by
Odoo install our module with the command prompt
Administrator
| No comments yet


It is possible to install our module with the command prompt you need to follow the below steps to install our module with the command prompt.

1.Go To the your workspace with the use of command prompt to Odoo Server :

Using cd command just go with at the server directory where our server file is located.

best@ubuntu:~$ cd workspace/dynaweld/server/

2.Go To the your workspace with the use of command prompt to Odoo Server :

OpenERP 7.0 :

./openerp-server --addons-path=../addons/,../web/addons/ -i <your module name> -d <your database name>

Odoo 8.0 or later :

./openerp-server  -i <your module name> -d <your database name>

hear we are using -i options to install your module name with to particular database -d options.

 

Sign in to leave a comment