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.

18 lines
470 B

  1. Please keep in mind that the standard odoo dbfilter configuration is still
  2. applied before looking at the regular expression in the header.
  3. * For nginx, use:
  4. ``proxy_set_header X-Odoo-dbfilter [your filter regex];``
  5. * For caddy, use:
  6. ``proxy_header X-Odoo-dbfilter [your filter regex]``
  7. * For Apache, use:
  8. ``RequestHeader set X-Odoo-dbfilter [your filter regex]``
  9. And make sure that proxy mode is enabled in Odoo's configuration file:
  10. ``proxy_mode = True``