knowledge/document_wopi/__openerp__.py
2018-02-04 20:56:06 +01:00

33 lines
867 B
Python

# -*- coding: utf-8 -*-
# © 2017 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "WOPI",
"version": "8.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Knowledge Management",
"summary": "Allow online collaborative editing of your documents",
"depends": [
'knowledge',
'attachment_action',
'attachment_lock',
],
"demo": [
"demo/ir_config_parameter.xml",
],
"data": [
"security/ir_rule.xml",
"data/ir_actions_todo.xml",
"views/knowledge_config_settings.xml",
'views/templates.xml',
'security/ir.model.access.csv',
],
"qweb": [
"static/src/xml/document_wopi.xml",
],
"images": [
"images/screenshot.png",
],
}