knowledge/document_url/__manifest__.py
Manuel Calero 85c567a01a [MIG] document_url: Migration to 13.0
[UPD] Update document_url.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: knowledge-13.0/knowledge-13.0-document_url
Translate-URL: https://translation.odoo-community.org/projects/knowledge-13-0/knowledge-13-0-document_url/
2021-10-13 09:48:20 +02:00

14 lines
421 B
Python

# Copyright 2014 Tecnativa - Pedro M. Baeza
# Copyright 2020 Tecnativa - Manuel Calero
{
"name": "URL attachment",
"version": "13.0.1.0.0",
"category": "Tools",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"data": ["view/document_url_view.xml"],
"qweb": ["static/src/xml/url.xml"],
"installable": True,
}