Skip to content

Commit a6d87b5

Browse files
committed
[FIX] swap parameter
1 parent 28fbf43 commit a6d87b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.ListControllerFix', function (require) {
1+
odoo.define('spp_base_common.ListControllerFix', ['web.ListController', 'web.session', 'web.core'], function (require) {
22
'use strict';
33

44
/**

0 commit comments

Comments
 (0)