[MIG] dbfilter_from_header: Migration to 14.0

pull/2218/head
Eric Antones 2021-02-01 18:32:48 +01:00 committed by Entrepreneur AJ
parent 3db78c2581
commit 18f53dbaba
3 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -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>

View File

@ -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``