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.
cd odoo-server/
./odoo-bin -c /etc/odoo-server.conf -d data_base_name -u module_name