We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e59bd commit 0576e1bCopy full SHA for 0576e1b
1 file changed
spp_base_common/static/src/js/list_controller.js
@@ -1,4 +1,4 @@
1
-odoo.define('spp_base_common.ListController', function (require) {
+odoo.define('spp_base_common.ListController', ['web.ListController', 'web.core', 'web.session'], function (require) {
2
"use strict";
3
4
/**
0 commit comments