-
Notifications
You must be signed in to change notification settings - Fork 10.8k
[IMP] developer/reference/cli: add --skip-auto-install
#15546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Document new cli option.
79cfc2f to
7ed40dc
Compare
Julien00859
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite light but ok, I don't want to be the sole person blocking this PR.
And extended rational can be found here: odoo/odoo#234710 (comment)
|
@robodoo r+ |
|
@aj-fuentes @Xavier-Do linked pull request(s) odoo/odoo#234710 not ready. Linked PRs are not staged until all of them are ready. |
In some case, a database can be in a state where some auto install module are not installed - when the user uninstall a module - when module was added in stable and a database was created before the addition. It can lead to issues where an upgrade fails or some business logic does not work as expected because of the missing modules. This is not easy to reproduce and to test, even if uninstalling such module should in theory work and be tested. This pr proposes to add a flag "--skip-auto-install" to the config to be able to disable some autoinstall of modules. closes #234710 Related: odoo/documentation#15546 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Document new cli option. closes #15546 Related: odoo/odoo#234710 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Feyensv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
robodoo delegate+
|
I'm sorry, @Feyensv. I'm afraid I can't do that. |

Document new cli option.