8000 [IMP] core: support reinit modules · odoo/documentation@434abc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 434abc1

Browse files
committed
[IMP] core: support reinit modules
1 parent 2d55fe0 commit 434abc1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/developer/reference/backend/orm/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
Changelog
55
=========
66

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+
713
Odoo Online version 18.3
814
========================
915

content/developer/reference/cli.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ Running the server
8282
comma-separated list of modules to update before running the server.
8383
Use ``all`` for all modules. (requires :option:`-d`).
8484

85+
.. option:: --reinit <modules>
86+
87+
comma-separated list of modules to reinitialize before running the server
88+
(requires :option:`-d`).
89+
8590
.. option:: --addons-path <directories>
8691

8792
comma-separated list of directories in which modules are stored. These

0 commit comments

Comments
 (0)
0