[RESOLVED] How to run odoo project with terminal / CMD?« Back to Questions List
how can I run odoo project in terminal? |
▲ ▼ |
Windows: python odoo-bin -r database -w password Linux: python3 odoo-bin -r database -w password eg : python odoo-bin -r openpg -w openpgpwd replace database with your database name and replace password with your database password
|