mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 05:52:00 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "Web Refresher",
|
||||
"version": "16.0.3.1.4",
|
||||
"author": "Compassion Switzerland, Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_refresher/static/src/**/*.scss",
|
||||
"web_refresher/static/src/xml/refresher.xml",
|
||||
# Load the modification of the master template just after it,
|
||||
# for having the modification in all the primary extensions.
|
||||
# Example: the project primary view.
|
||||
(
|
||||
"after",
|
||||
"web/static/src/search/control_panel/control_panel.js",
|
||||
"web_refresher/static/src/**/*.esm.js",
|
||||
),
|
||||
(
|
||||
"after",
|
||||
"web/static/src/search/control_panel/control_panel.xml",
|
||||
"web_refresher/static/src/xml/control_panel.xml",
|
||||
),
|
||||
(
|
||||
"after",
|
||||
"web/static/src/views/form/control_panel/form_control_panel.xml",
|
||||
"web_refresher/static/src/xml/form_control_panel.xml",
|
||||
),
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue