You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
691 B

# -*- coding: utf-8 -*-
# Copyright <2011> <Daniel Reis, Maxime Chambreuil, Savoir-faire Linux>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
'name': 'External Database Sources',
'version': '9.0.1.0.1',
'category': 'Tools',
'author': "Daniel Reis,Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/server-tools',
'license': 'LGPL-3',
'images': [
'images/screenshot01.png',
],
'depends': [
'base',
],
'data': [
'views/base_external_dbsource.xml',
'security/ir.model.access.csv',
],
'demo': [
'demo/base_external_dbsource.xml',
],
'installable': True,
}