-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
[IMP] Update documentation with neutralize command line options #11478
base: 18.0
Are you sure you want to change the base?
Conversation
@Julien00859 would you mind having a look? |
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.
The neutralise command is part of Odoo since 16.0, could you make your changes on that branch please? We have a bot that'll take care of forwarding the changes to all following versions :)
I can do that for you if you want.
|
||
.. code-block:: console | ||
$ odoo-bin neutralize -d odoo |
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.
$ odoo-bin neutralize -d odoo | |
$ odoo-bin --addons-path <PATH,...> neutralize -d <database> |
$ odoo-bin neutralize -d odoo | ||
.. option:: -d |
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.
.. option:: -d | |
.. option:: -d <database, --database <database> |
Fixes #11477