File tree 1 file changed +24
-0
lines changed
content/developer/reference
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -714,6 +714,30 @@ interaction with the :ref:`orm <reference/orm>` and its functionalities.
714
714
715
715
.. _reference/cmdline/scaffold :
716
716
717
+ Neutralize
718
+ ==========
719
+
720
+ .. program :: odoo-bin neutralize
721
+
722
+ The Odoo command line allows for neutralizing a database as well. The command must be run with a
723
+ database option.
724
+
725
+ .. code-block :: console
726
+
727
+ $ odoo-bin --addons-path <PATH,...> neutralize -d <database>
728
+
729
+ .. option :: -d <database , --database <database >
730
+
731
+ Specify the database name that you would like to neutralize.
732
+
733
+
734
+ .. option :: --stdout
735
+
736
+ Output the neutralization SQL instead of applying it
737
+
738
+ .. seealso ::
739
+ :doc: `../../administration/neutralized_database `
740
+
717
741
Scaffolding
718
742
===========
719
743
You can’t perform that action at this time.
0 commit comments