mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 01:41:26 -06:00
24 lines
660 B
Python
24 lines
660 B
Python
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
|
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
|
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
|
{
|
|
'name': 'URL attachment',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Tools',
|
|
'author': "Tecnativa,"
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/OCA/knowledge',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'document',
|
|
],
|
|
'data': [
|
|
'view/document_url_view.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/url.xml',
|
|
],
|
|
'installable': True,
|
|
}
|