Odoo (Open ERP) Pages
Install on docker compose
Configure your .yml file like this: version: '3.1' services: web: container_name: odo...
Troubleshooting Odoo | Docker permissions:
Docker permissions: FYI: On first setup, main/root directory is set to "root" Inside your roo...
Install Odoo "Community" on local machine
Odoo ‘deb’ package uses PostgreSQL. Install that first sudo apt install postgresql -y Reposito...
Odoo File Locations
/etc/odoo /var/lib/odoo/.local/share/Odoo
Odoo addons
To add modules: first create a location of where the modules will be stored. Odoo does not make ...
Odoo | Nginx config file
This is my current version: server { server_name mywebsite.com; location /...