Skip to content

Commit f27da64

Browse files
committed
[FIX] requirements array
1 parent e895edd commit f27da64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_base_common/static/src/legacy/js/views/list/list_controller_fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
odoo.define('spp_base_common.ListControllerPatch', function (require) {
1+
odoo.define('spp_base_common.ListControllerPatch', ['web.ListController', 'web.session', 'web.core'], function (require) {
22
'use strict';
33

44
/**

0 commit comments

Comments
 (0)