From f57618665a6531fd39a9624cd83be58534661d12 Mon Sep 17 00:00:00 2001 From: lse-odoo Date: Thu, 27 Nov 2025 17:10:55 +0100 Subject: [PATCH 1/2] [IMP] developer/reference/cli: `module upgrade` `all` argument Add documentation on the added `all` argument task-4585261 --- content/developer/reference/cli.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/developer/reference/cli.rst b/content/developer/reference/cli.rst index 6f9b1b8eda..dceb1f7bb8 100644 --- a/content/developer/reference/cli.rst +++ b/content/developer/reference/cli.rst @@ -1143,10 +1143,12 @@ This command upgrades all selected modules straight away. .. option:: modules List of modules you want to upgrade. + Use ``base`` or ``all`` for all installed modules. .. option:: --outdated Only update modules that have a newer version on disk. + If ``all`` is used as ``modules`` argument, this applies to all installed modules. .. _reference/cmdline/module`u/forcedemo: From 31dedfa144cda54b1c0a11668651fbefd71ea8cd Mon Sep 17 00:00:00 2001 From: Victor Feyens Date: Fri, 28 Nov 2025 18:05:09 +0100 Subject: [PATCH 2/2] [LINT] developer/cli: fix trailing whitespaces --- content/developer/reference/cli.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/developer/reference/cli.rst b/content/developer/reference/cli.rst index dceb1f7bb8..4e6d1c24ec 100644 --- a/content/developer/reference/cli.rst +++ b/content/developer/reference/cli.rst @@ -46,7 +46,7 @@ Version it can be used in combination with any command available, and it displays the options of the current command. - If no command is used, it will act as per the `help` command + If no command is used, it will act as per the `help` command :ref:`below `. .. option:: --version @@ -757,7 +757,7 @@ involves starting the server, the configuration file options do apply. .. program:: odoo-bin db This command lets you manage databases through a command-line interface. The operations are -specified using subcommands. +specified using subcommands. For all subcommands, these options to configure your environment are available: @@ -1005,7 +1005,7 @@ existing terms. All the files must refer to the specified language. .. option:: files - | List of files to be imported. + | List of files to be imported. | Allowed extensions: `.po`, `.csv`. .. option:: -l,--language