3
0
Fork 0
web_techsystech/web_widget_mermaid/__manifest__.py

20 lines
543 B
Python

# Copyright 2019 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
{
"name": "Mermaid flowchart widget",
"category": "Web",
"author": "Therp BV,Odoo Community Association (OCA)",
"version": "12.0.8.4.0",
"license": "AGPL-3",
"summary": "Render mermaid markdown flowcharts",
"website": "https://github.com/OCA/web",
"depends": ['web'],
"data": [
"view/web_widget_mermaid_view.xml",
],
"demo": [
"demo/res_users_flowchart.xml",
],
}