You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
299 B
13 lines
299 B
You don't need to install this module in the database(s) to enable it.
|
|
|
|
But you need to load it server-wide:
|
|
|
|
* By starting Odoo with ``--load=web,bus_alt_connection``
|
|
|
|
* Or by updating its configuration file:
|
|
|
|
.. code-block:: ini
|
|
|
|
[options]
|
|
(...)
|
|
server_wide_modules = web,bus_alt_connection
|