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