mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 13:52:13 -06:00
[MIG] attachment_edit to 10.0
This commit is contained in:
21
attachment_edit/__manifest__.py
Normal file
21
attachment_edit/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2015-2018 Therp BV <http://therp.nl>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Edit attachments",
|
||||
"version": "10.0.1.0.0",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Knowledge Management",
|
||||
"summary": "Edit attachments after upload",
|
||||
"depends": [
|
||||
'attachment_action',
|
||||
],
|
||||
"data": [
|
||||
"views/ir_attachment.xml",
|
||||
'views/templates.xml',
|
||||
],
|
||||
"qweb": [
|
||||
'static/src/xml/attachment_edit.xml',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user