This question has been flagged
2 Replies
11496 Views

installed bitnami odoo v12 in local ubuntu system v 16.04

please tell me how to update the modules on terminal. while updating modules it's taking so much of time.

Avatar
Discard
Best Answer

https://www.odoo.com/documentation/12.0/reference/cmdline.html

To update module

Locate ./odoo-bin file run the below command

./odoo-bin -c /etc/odoo12.conf  -u module_name  -d database_name

-c odoo configuration file path

-u odoo module name

-d database name


Avatar
Discard