-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support existing-but-not-initialized databases in init script
Since odoo/odoo@cb2862a (v12+), Odoo will not autoinitialize modules in a database that already exists. However, in v8-, Odoo will not start if the database doesn't exist. To make this difference easier to handle, with this change, `click-odoo-initdb` will treat non-existing databases the same as non-initialized ones (which is, for Odoo, the same). @Tecnativa TT20713
- Loading branch information
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters