mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 20:12:02 +02:00
13 lines
299 B
ReStructuredText
13 lines
299 B
ReStructuredText
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
|