File tree 2 files changed +18
-0
lines changed
content/developer/reference
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 4
4
Changelog
5
5
=========
6
6
7
+ Odoo Online version 18.4
8
+ ========================
9
+
10
+ - The `reinit ` option is added to the CLI to reinitialize modules.
11
+ See `#206408 <https://github.com/odoo/odoo/pull/206408 >`_.
12
+
7
13
Odoo Online version 18.3
8
14
========================
9
15
Original file line number Diff line number Diff line change @@ -82,6 +82,18 @@ Running the server
82
82
comma-separated list of modules to update before running the server.
83
83
Use ``all `` for all modules. (requires :option: `-d `).
84
84
85
+ .. option :: --reinit <modules >
86
+
87
+ A comma-separated list of modules to reinitialize before starting the server.
88
+ (requires :option: `-d `).
89
+
90
+ Reinitialization is similar to a simple upgrade without executing any upgrade script.
91
+ It loads data in ``init `` mode instead of ``update `` mode, primarily affecting records marked as ``'noupdate' ``.
92
+ All modules that depend directly or indirectly on the specified ones will also be reinitialized.
93
+
94
+ This option is intended for debugging or development purposes only.
95
+ **Do not use it with a production database. **
96
+
85
97
.. option :: --addons-path <directories >
86
98
87
99
comma-separated list of directories in which modules are stored. These
You can’t perform that action at this time.
0 commit comments