March 2018
Beginner to intermediate
336 pages
8h 22m
English
When developing with Odoo, it is common to work with several databases, and sometimes even with different Odoo versions. Stopping and starting different server instances on the same port, and switching between different databases, can cause web client sessions to behave improperly. This is because the browser stores session cookies.
Accessing our instance using a browser window running in private mode can help avoid some of these problems.
Another good practice is to enable a database filter on the server instance to ensure that it only allows requests for the database we want to work with, ignoring all others.
Since Odoo 11.0, the --database (or -d) server option accepts a comma-separated list of database names, ...
Read now
Unlock full access