[MIG] document_url: Migration to 11.0

This commit is contained in:
ernesto
2018-04-28 09:02:51 -04:00
committed by Bhavesh Heliconia
parent d9b6f859e3
commit 97f4a91d94
15 changed files with 193 additions and 103 deletions

View File

@@ -0,0 +1,23 @@
# © 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
# © 2016 ACSONE SA/NV (<http://acsone.eu>)
{
'name': 'URL attachment',
'version': '11.0.1.0.0',
'category': 'Tools',
'author': "Tecnativa,"
"Odoo Community Association (OCA)",
'website': 'http://www.serviciosbaeza.com',
'license': 'AGPL-3',
'depends': [
'document',
],
'data': [
'view/document_url_view.xml',
'security/ir.model.access.csv',
],
'qweb': [
'static/src/xml/url.xml',
],
'installable': True,
}