mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_responsive: Migration to 15.0
This commit is contained in:
@@ -1,30 +1,49 @@
|
||||
# Copyright 2016-2017 LasLabs Inc.
|
||||
# Copyright 2017-2018 Tecnativa - Jairo Llopis
|
||||
# Copyright 2018-2019 Tecnativa - Alexandre Díaz
|
||||
# Copyright 2021 ITerra - Sergey Shebanin
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
"name": "Web Responsive",
|
||||
"summary": "Responsive web client, community-supported",
|
||||
"version": "14.0.1.0.2",
|
||||
"version": "15.0.1.0.0",
|
||||
"category": "Website",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"author": "LasLabs, Tecnativa, ITerra, " "Odoo Community Association (OCA)",
|
||||
"license": "LGPL-3",
|
||||
"installable": True,
|
||||
"depends": ["web", "mail"],
|
||||
"development_status": "Production/Stable",
|
||||
"maintainers": ["Yajo", "Tardo"],
|
||||
"data": ["views/assets.xml", "views/res_users.xml", "views/web.xml"],
|
||||
"qweb": [
|
||||
"static/src/xml/apps.xml",
|
||||
"static/src/xml/form_buttons.xml",
|
||||
"static/src/xml/menu.xml",
|
||||
"static/src/xml/navbar.xml",
|
||||
"static/src/xml/attachment_viewer.xml",
|
||||
"static/src/xml/discuss.xml",
|
||||
"static/src/xml/control_panel.xml",
|
||||
"static/src/xml/search_panel.xml",
|
||||
],
|
||||
"maintainers": ["Yajo", "Tardo", "SplashS"],
|
||||
"data": ["views/res_users.xml", "views/web.xml"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"/web_responsive/static/src/legacy/css/web_responsive.scss",
|
||||
"/web_responsive/static/src/legacy/js/web_responsive.js",
|
||||
"/web_responsive/static/src/legacy/css/kanban_view_mobile.scss",
|
||||
"/web_responsive/static/src/legacy/js/kanban_renderer_mobile.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/navbar/main_navbar.scss",
|
||||
"/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/attachment_viewer/attachment_viewer.scss",
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.esm.js",
|
||||
"/web_responsive/static/src/components/hotkey/hotkey.scss",
|
||||
],
|
||||
"web.assets_qweb": [
|
||||
"/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/navbar/main_navbar.xml",
|
||||
"/web_responsive/static/src/components/search_panel/search_panel.xml",
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.xml",
|
||||
"/web_responsive/static/src/components/hotkey/hotkey.xml",
|
||||
],
|
||||
},
|
||||
"sequence": 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user