Odoo filter domain

Configure /etc/odoo/odoo.conf

list_db = False

Configure systemd unit /lib/systemd/system/odoo.service:

[Unit]
Description=Odoo Open Source ERP and CRM
After=network.target

[Service]
Type=simple
User=odoo
Group=odoo
ExecStart=/usr/bin/odoo --config /etc/odoo/odoo.conf --logfile /var/log/odoo/odoo-server.log --db-filter=^%d$
KillMode=mixed

[Install]
WantedBy=multi-user.target

HTTPS

HTTPS works with /etc/odoo/odoo.conf:

dbfilter = ^%d$
odoo_filter_domain.txt · Last modified: 2020/04/09 11:15
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain