[MIG][10.0] base_external_dbsource (#578)

This commit is contained in:
Henry Zhou
2016-11-25 23:40:55 +08:00
committed by bilbonet
parent b73f870c61
commit e618e65d12
4 changed files with 10 additions and 8 deletions

View File

@@ -0,0 +1,26 @@
# -*- coding: utf-8 -*-
# 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).
{
'name': 'External Database Sources',
'version': '10.0.1.0.0',
'category': 'Tools',
'author': "Daniel Reis,Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/server-tools',
'license': 'AGPL-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,
}