Skip to content

Commit 951e8be

Browse files
Merge pull request #237 from GlodoUK/web_graph_bar_zerofill_fix_assets_backend_lazy
[FIX] web.assets_backend_lazy instead of web.assets_backend
2 parents 20b0991 + 00de607 commit 951e8be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_graph_bar_zerofill/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"website": "https://github.com/GlodoUK/odoo-addons",
66
"depends": ["web"],
77
"assets": {
8-
"web.assets_backend": [
8+
"web.assets_backend_lazy": [
99
"web_graph_bar_zerofill/static/src/js/graph_model_patch.esm.js",
1010
],
1111
},

0 commit comments

Comments
 (0)