Browse Source
[ADD] - dbfilter_from_header: Added module to version 9.0.
pull/1182/head
Fabio Vilchez
9 years ago
committed by
Ivan Yelizariev
No known key found for this signature in database
GPG Key ID: B87954F73B65AC8A
1 changed files with
2 additions and
2 deletions
-
dbfilter_from_header/__openerp__.py
|
@ -20,7 +20,7 @@ |
|
|
############################################################################## |
|
|
############################################################################## |
|
|
{ |
|
|
{ |
|
|
"name": "dbfilter_from_header", |
|
|
"name": "dbfilter_from_header", |
|
|
"version": "8.0.1.0.0", |
|
|
|
|
|
|
|
|
"version": "9.0.1.0.0", |
|
|
"author": "Therp BV,Odoo Community Association (OCA)", |
|
|
"author": "Therp BV,Odoo Community Association (OCA)", |
|
|
"license": "AGPL-3", |
|
|
"license": "AGPL-3", |
|
|
"complexity": "normal", |
|
|
"complexity": "normal", |
|
@ -46,7 +46,7 @@ |
|
|
"css": [ |
|
|
"css": [ |
|
|
], |
|
|
], |
|
|
"auto_install": False, |
|
|
"auto_install": False, |
|
|
'installable': False, |
|
|
|
|
|
|
|
|
'installable': True, |
|
|
"external_dependencies": { |
|
|
"external_dependencies": { |
|
|
'python': [], |
|
|
'python': [], |
|
|
}, |
|
|
}, |
|
|