You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option add to the Odoo configuration file the option to enable queue\_job as a new thread/process: https://github.com/OCA/queue/blob/12.0/queue\_job/README.rst#id12
157
157
158
+
* Server-wide modules
159
+
160
+
If you need to install some wide-server modules apart from `db_filter` and `queue_job`, use:
By default, it configures as a server-wide modules `web` and `base` -as long as they are mandatory from Odoo v12- in every case and `db_filter` and `queue_job` if the corresponding variables are set to `true` .
166
+
167
+
* Workers configuration
168
+
158
169
You can also define how many workers you want to use to execute the jobs:
- name: Check requirements for db_filter (odoo_role_channels)
15
+
ansible.builtin.fail:
16
+
msg: "Role Error: odoo_role_channels var is needed when queue_job is activated"# not required. The customized message that is printed. If omitted, prints a generic message.
17
+
when: odoo_role_enable_dbfilter_from_header | bool and odoo_role_channels is not defined
0 commit comments