Tower: upload cx_web_refresh_from_backend 16.0.1.0.0 (via marketplace)
This commit is contained in:
26
addons/cx_web_refresh_from_backend/__manifest__.py
Normal file
26
addons/cx_web_refresh_from_backend/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 2025 Cetmix OÜ
|
||||||
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||||
|
|
||||||
|
# Mail is required: its ir.websocket override subscribes the partner channel to the
|
||||||
|
# bus, so users receive web.refresh_view notifications.
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Web Refresh From Backend",
|
||||||
|
"summary": "Refresh frontend views from backend",
|
||||||
|
"version": "16.0.1.0.0",
|
||||||
|
"category": "Web",
|
||||||
|
"license": "LGPL-3",
|
||||||
|
"author": "Cetmix",
|
||||||
|
"website": "https://tower.cetmix.com",
|
||||||
|
"images": ["static/description/banner.png"],
|
||||||
|
"depends": ["mail"],
|
||||||
|
"assets": {
|
||||||
|
"web.assets_backend": [
|
||||||
|
"cx_web_refresh_from_backend/static/src/views/list/list_controller_patch.esm.js",
|
||||||
|
"cx_web_refresh_from_backend/static/src/views/kanban/kanban_controller_patch.esm.js",
|
||||||
|
"cx_web_refresh_from_backend/static/src/views/form/form_controller_patch.esm.js",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
"installable": True,
|
||||||
|
"auto_install": False,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user