Search code examples
odooodoo-11

Update odoo module from command line


Please, I need help, I am trying to update my module list in Odoo 11 from the command line.

I try these three commands:

==> -c ./etc/odoo-server.conf -u module_name -d database_name

==> ./odoo.py -u module_name

the solution in this link: https://gist.github.com/holdenrehg/9fd3f8596611bbfc45aea13d6315d4f4

but nothing has worked.


Solution

  • cd odoo-server/
    
    ./odoo-bin -c /etc/odoo-server.conf -d data_base_name -u module_name