[MIG] dbfilter_from_header: Migration to 14.0
parent
3db78c2581
commit
18f53dbaba
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"name": "dbfilter_from_header",
|
||||
"summary": "Filter databases with HTTP headers",
|
||||
"version": "13.0.1.0.0",
|
||||
"version": "14.0.1.0.0",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"author": "Therp BV, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
* Jos De Graeve <Jos.DeGraeve@apertoso.be>
|
||||
* Lai Tim Siu (Quaritle Limited) <info@quartile.co>
|
||||
* Tharathip Chaweewongphan <tharathipc@ecosoft.co.th>
|
||||
* Eric Antones <eantones@nuobit.com>
|
||||
|
|
|
@ -4,4 +4,4 @@ a server-wide module.
|
|||
This can be done with the ``server_wide_modules`` parameter in ``/etc/odoo.conf``
|
||||
or with the ``--load`` command-line parameter
|
||||
|
||||
``server_wide_modules = "web, dbfilter_from_header"``
|
||||
``server_wide_modules = base,web,dbfilter_from_header``
|
||||
|
|
Loading…
Reference in New Issue