File tree 2 files changed +11
-0
lines changed
content/developer/reference 2 files changed +11
-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,11 @@ 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
+ comma-separated list of modules to reinitialize before running the server
88
+ (requires :option: `-d `).
89
+
85
90
.. option :: --addons-path <directories >
86
91
87
92
comma-separated list of directories in which modules are stored. These
You can’t perform that action at this time.
0 commit comments