# -*- coding: utf-8 -*- # © 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) # Pedro M. Baeza # © 2016 ACSONE SA/NV () { 'name': 'URL attachment', 'version': '9.0.2.0.2', 'category': 'Tools', 'author': "Tecnativa," "Odoo Community Association (OCA)", 'website': 'https://www.tecnativa.com', 'license': 'AGPL-3', 'depends': [ 'document', ], 'data': [ 'view/document_url_view.xml', ], 'qweb': [ 'static/src/xml/url.xml', ], 'installable': True, }