Odoo11: How to run Odoo11 in Ubuntu Terminal? Service and not Service, Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
Hai Jefferson,
Follow this blog it will help you to run odoo as service.
https://www.cybrosys.com/blog/how-install-odoo11-on-ubuntu
If you are a developer you can run it through "Pycharm"
https://www.cybrosys.com/blog/odoo-11-development-in-ubuntu-18-04-using-pycharm
After the configuration of the config file, we can odoo directly
go to the "odoo-bin" folder path.
cd /opt/odoo/../
sudo ./odoo-bin -c /etc/odoo.conf
then check the 0.0.0.0:8069 in your browser.
Regards,
Nikhilkrishnan
how to update all module? using Terminal. I've try this one because its working in Odoo10, is the process same to Odoo11? if not what is the command line to update all module to the database? -c is not working. Thanks!
./odoo/odoo-bin -c /etc/odoo-server.conf -d TEST -u all
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
mai. 21
|
3009 | ||
|
4
out. 19
|
19549 | ||
Odoo11 Community: Salary
Resolvido
|
|
1
fev. 19
|
2701 | |
|
0
dez. 18
|
2948 | ||
|
0
jul. 18
|
3287 |
Thank you so much Nikhil Krishnan. :)
You are Welcome..!