mirror of https://github.com/OCA/web.git
[FIX] web_refresher: bug when clicking report
parent
9a532016ed
commit
ee21b7255f
|
@ -10,12 +10,15 @@
|
||||||
"assets": {
|
"assets": {
|
||||||
"web.assets_backend": [
|
"web.assets_backend": [
|
||||||
"web_refresher/static/src/scss/refresher.scss",
|
"web_refresher/static/src/scss/refresher.scss",
|
||||||
"web_refresher/static/src/js/refresher.esm.js",
|
|
||||||
"web_refresher/static/src/js/control_panel.esm.js",
|
|
||||||
"web_refresher/static/src/xml/refresher.xml",
|
"web_refresher/static/src/xml/refresher.xml",
|
||||||
# Load the modification of the master template just after it,
|
# Load the modification of the master template just after it,
|
||||||
# for having the modification in all the primary extensions.
|
# for having the modification in all the primary extensions.
|
||||||
# Example: the project primary view.
|
# Example: the project primary view.
|
||||||
|
(
|
||||||
|
"after",
|
||||||
|
"web/static/src/search/control_panel/control_panel.js",
|
||||||
|
"web_refresher/static/src/js/*.esm.js",
|
||||||
|
),
|
||||||
(
|
(
|
||||||
"after",
|
"after",
|
||||||
"web/static/src/search/control_panel/control_panel.xml",
|
"web/static/src/search/control_panel/control_panel.xml",
|
||||||
|
|
Loading…
Reference in New Issue