mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
28 lines
697 B
Python
28 lines
697 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2015 Therp BV <http://therp.nl>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Edit attachments",
|
|
"version": "8.0.1.0.0",
|
|
"author": "Therp BV,Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Knowledge Management",
|
|
"summary": "Edit attachments after upload",
|
|
"depends": [
|
|
'web',
|
|
],
|
|
"data": [
|
|
"views/ir_attachment.xml",
|
|
'views/templates.xml',
|
|
],
|
|
"qweb": [
|
|
'static/src/xml/attachment_edit.xml',
|
|
],
|
|
"auto_install": False,
|
|
"installable": True,
|
|
"application": False,
|
|
"external_dependencies": {
|
|
'python': [],
|
|
},
|
|
}
|