mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-19 00:12:07 +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,53 @@
|
|||
# Copyright 2016-2017 LasLabs Inc.
|
||||
# Copyright 2017-2018 Tecnativa - Jairo Llopis
|
||||
# Copyright 2018-2019 Tecnativa - Alexandre Díaz
|
||||
# Copyright 2021 ITerra - Sergey Shebanin
|
||||
# Copyright 2023 Onestein - Anjeel Haria
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
"name": "Web Responsive",
|
||||
"summary": "Responsive web client, community-supported",
|
||||
"version": "16.0.1.4.0",
|
||||
"category": "Website",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"author": "LasLabs, Tecnativa, ITerra, Onestein, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"license": "LGPL-3",
|
||||
"installable": True,
|
||||
"depends": ["web", "mail"],
|
||||
"development_status": "Production/Stable",
|
||||
"maintainers": ["Tardo", "SplashS"],
|
||||
"excludes": ["web_enterprise"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"/web_responsive/static/src/views/form/form_controller.esm.js",
|
||||
"/web_responsive/static/src/legacy/scss/web_responsive.scss",
|
||||
"/web_responsive/static/src/legacy/js/web_responsive.js",
|
||||
"/web_responsive/static/src/components/ui_context.esm.js",
|
||||
"/web_responsive/static/src/components/apps_menu/apps_menu.scss",
|
||||
"/web_responsive/static/src/components/apps_menu/apps_menu.esm.js",
|
||||
"/web_responsive/static/src/components/control_panel/control_panel.scss",
|
||||
"/web_responsive/static/src/components/control_panel/control_panel.esm.js",
|
||||
"/web_responsive/static/src/components/search_panel/search_panel.scss",
|
||||
"/web_responsive/static/src/components/search_panel/search_panel.esm.js",
|
||||
"/web_responsive/static/src/components/hotkey/hotkey.scss",
|
||||
"/web_responsive/static/src/legacy/xml/form_buttons.xml",
|
||||
"/web_responsive/static/src/components/apps_menu/apps_menu.xml",
|
||||
"/web_responsive/static/src/components/control_panel/control_panel.xml",
|
||||
"/web_responsive/static/src/components/search_panel/search_panel.xml",
|
||||
"/web_responsive/static/src/components/hotkey/hotkey.xml",
|
||||
"/web_responsive/static/src/components/chatter_topbar/chatter_topbar.esm.js",
|
||||
"/web_responsive/static/src/components/chatter_topbar/chatter_topbar.xml",
|
||||
"/web_responsive/static/src/components/chatter_topbar/chatter_topbar.scss",
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.scss",
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.esm.js",
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.xml",
|
||||
"/web_responsive/static/src/views/form/form_controller.scss",
|
||||
],
|
||||
"web.assets_tests": [
|
||||
"/web_responsive/static/tests/test_patch.js",
|
||||
],
|
||||
},
|
||||
"sequence": 1,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue