mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-18 23:52:02 +02:00
Add oca-web submodule with 68 web modules
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
af56672c08
commit
53fddf87c8
2469 changed files with 101716 additions and 0 deletions
|
|
@ -0,0 +1,35 @@
|
|||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "Web timeline",
|
||||
"summary": "Interactive visualization chart to show events in time",
|
||||
"version": "16.0.1.1.7",
|
||||
"development_status": "Production/Stable",
|
||||
"author": "ACSONE SA/NV, "
|
||||
"Tecnativa, "
|
||||
"Monk Software, "
|
||||
"Onestein, "
|
||||
"Trobz, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"category": "web",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": [],
|
||||
"demo": ["demo/ir_cron_view.xml"],
|
||||
"maintainers": ["tarteo"],
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_timeline/static/src/scss/web_timeline.scss",
|
||||
"web_timeline/static/src/js/timeline_view.js",
|
||||
"web_timeline/static/src/js/timeline_renderer.js",
|
||||
"web_timeline/static/src/js/timeline_controller.esm.js",
|
||||
"web_timeline/static/src/js/timeline_model.js",
|
||||
"web_timeline/static/src/js/timeline_canvas.js",
|
||||
"web_timeline/static/src/xml/web_timeline.xml",
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue