mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
21 lines
565 B
Python
21 lines
565 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2018 Therp BV <https://therp.nl>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Container for attachment actions",
|
|
"version": "10.0.1.0.0",
|
|
"author": "Therp BV,Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Hidden/Dependency",
|
|
"summary": "Base for addons adding buttons to attachments",
|
|
"depends": [
|
|
'web',
|
|
],
|
|
"data": [
|
|
'views/templates.xml',
|
|
],
|
|
"qweb": [
|
|
'static/src/xml/attachment_action.xml',
|
|
],
|
|
}
|