mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 20:32:19 -06:00
[MIG] document_url: Migration to 15.0
This commit is contained in:
committed by
FernandoRomera
parent
0cb4d31789
commit
9b0b25a4c9
@@ -2,16 +2,23 @@
|
||||
# Copyright 2020 Tecnativa - Manuel Calero
|
||||
{
|
||||
"name": "URL attachment",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"category": "Tools",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["mail"],
|
||||
"data": [
|
||||
"view/document_url_view.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"view/document_url_view.xml",
|
||||
],
|
||||
"qweb": ["static/src/xml/url.xml"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"document_url/static/src/js/url.esm.js",
|
||||
],
|
||||
"web.assets_qweb": [
|
||||
"document_url/static/src/xml/url.xml",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user