[IMP] howtos/website_themes: Adapts Setup sections

- Update images
- Add `--without-demo` parameter as its value changes in 19

closes odoo/documentation#16587

Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit is contained in:
Brandon Mercier
2026-02-23 10:38:39 +01:00
parent cf0db1a088
commit 41f79229ef
3 changed files with 8 additions and 2 deletions

View File

@@ -251,12 +251,13 @@ count the number of lines of code.
Shell script
------------
A typical way to :ref:`run the server <reference/cmdline/server>` would be to add all command line arguments to a `.sh` script.
A typical way to :ref:`run the server <reference/cmdline/server>` would be to add all command line
arguments to a `.sh` script.
.. example::
.. code-block:: xml
./odoo-bin --addons-path=../enterprise,addons --db-filter=<database> -d <database> -i website --dev=xml
./odoo-bin --addons-path=../enterprise,addons --db-filter=<database> -d <database> -i website --dev=xml --without-demo=True
.. list-table::
:header-rows: 1
@@ -282,9 +283,14 @@ A typical way to :ref:`run the server <reference/cmdline/server>` would be to ad
:option:`--update <odoo-bin --update>`
- Comma-separated list of modules to update before running the server. (requires `-d`)
* - :option:`--reinit <odoo-bin --reinit>`
- A comma-separated list of modules to reinitialize before starting the server. (requires `-d`)
* - :option:`--dev <odoo-bin --dev>`
- Comma-separated list of features. For development purposes only. :ref:`More info
<reference/cmdline/dev>`
* - :option:`--without-demo <odoo-bin --without-demo>`
- Prevents server from loading demo data.
.. _website_themes/setup/getting_started/signin :

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 34 KiB