dbfilter_from_header
by Therp BV https://github.com/OCA/server-tools , Odoo Community Association (OCA) https://github.com/OCA/server-tools
Odoo
This addon lets you pass a dbfilter as a HTTP header.
This is interesting for setups where database names can't be mapped to proxied host names.
In nginx, use proxy_set_header X-OpenERP-dbfilter [your filter];
The addon has to be loaded as server-wide module.
Please log in to comment on this module