Files
web/web_widget_json_graph/__manifest__.py
Luis González [Vauxoo] 802570e791 [ADD] web_widget_json_graph: Module to Draw json fields with graphs (#1733)
This module allows to load a line graph per ordered pair from an
One2many or
Many2many field.

Co-Authored-By: Francisco Luna <fluna@vauxoo.com>
Co-Authored-By: José Robles <josemanuel@vauxoo.com>
Co-Authored-By: Luis González <lgonzalez@vauxoo.com>
Co-Authored-By: Nhomar Hernández <nhomar@vauxoo.com>

Co-authored-by: Francisco Luna <fluna@vauxoo.com>
Co-authored-by: José Robles <josemanuel@vauxoo.com>
Co-authored-by: Nhomar Hernández <nhomar@vauxoo.com>
2022-05-19 15:45:45 -05:00

23 lines
556 B
Python

{
"name": "Web Widget JSON Graph",
"version": "12.0.1.0.0",
"author": "Vauxoo, Odoo Community Association (OCA)",
"license": "LGPL-3",
"category": "Hidden/Dependency",
"website": "https://github.com/OCA/web",
"maintainers": ["luisg123v"],
"summary": "Draw json fields with graphs.",
"depends": [
"web",
],
"data": [
"views/assets.xml",
],
"qweb": [
"static/src/xml/web_widget_json_graph.xml",
],
"installable": True,
"auto_install": False,
"application": False,
}