|
@ -1,9 +1,10 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
# -*- coding: utf-8 -*- |
|
|
# Copyright <2011> <Daniel Reis, Maxime Chambreuil, Savoir-faire Linux> |
|
|
# Copyright <2011> <Daniel Reis, Maxime Chambreuil, Savoir-faire Linux> |
|
|
|
|
|
# Copyright <2016> <Henry Zhou MAXodoo> |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
{ |
|
|
{ |
|
|
'name': 'External Database Sources', |
|
|
'name': 'External Database Sources', |
|
|
'version': '9.0.1.0.0', |
|
|
|
|
|
|
|
|
'version': '10.0.1.0.0', |
|
|
'category': 'Tools', |
|
|
'category': 'Tools', |
|
|
'author': "Daniel Reis,Odoo Community Association (OCA)", |
|
|
'author': "Daniel Reis,Odoo Community Association (OCA)", |
|
|
'website': 'https://github.com/OCA/server-tools', |
|
|
'website': 'https://github.com/OCA/server-tools', |
|
@ -21,5 +22,5 @@ |
|
|
'demo': [ |
|
|
'demo': [ |
|
|
'demo/base_external_dbsource.xml', |
|
|
'demo/base_external_dbsource.xml', |
|
|
], |
|
|
], |
|
|
'installable': False, |
|
|
|
|
|
|
|
|
'installable': True, |
|
|
} |
|
|
} |