[MIG] base_external_dbsource: Migration to v13.0

This commit is contained in:
Sergio Teruel
2020-01-09 20:57:58 +01:00
parent c37fd145d7
commit 9cdbe3b868
7 changed files with 153 additions and 194 deletions

View File

@@ -2,26 +2,15 @@
# Copyright <2016> <Henry Zhou MAXodoo>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'External Database Sources',
'version': '12.0.1.0.1',
'category': 'Tools',
'author': "Daniel Reis, "
"LasLabs, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/server-backend',
'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,
"name": "External Database Sources",
"version": "13.0.1.0.0",
"category": "Tools",
"author": "Daniel Reis, " "LasLabs, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-backend",
"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,
}