diff --git a/auth_from_http_basic/__openerp__.py b/auth_from_http_basic/__openerp__.py index 2b38960bb..0af4fa2ee 100644 --- a/auth_from_http_basic/__openerp__.py +++ b/auth_from_http_basic/__openerp__.py @@ -35,6 +35,8 @@ into the first database found in the database list. If you have to set a specific database, possibly depending on the login provided, use the addon dbfilter_from_header. + +The addon has to be loaded as server-wide module. """, "category" : "", "depends" : [ diff --git a/auth_from_http_basic/static/src/img/icon.png b/auth_from_http_basic/static/src/img/icon.png deleted file mode 100644 index 4c7ab3029..000000000 Binary files a/auth_from_http_basic/static/src/img/icon.png and /dev/null differ