mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 07:24:48 -06:00
24 lines
693 B
Python
24 lines
693 B
Python
# Copyright 2014 Tecnativa - Pedro M. Baeza
|
|
# Copyright 2020 Tecnativa - Manuel Calero
|
|
{
|
|
"name": "URL attachment",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Tools",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/knowledge",
|
|
"license": "AGPL-3",
|
|
"depends": ["mail"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"view/document_url_view.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"document_url/static/src/js/url.esm.js",
|
|
"document_url/static/src/xml/url.xml",
|
|
"document_url/static/src/scss/document_url.scss",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|