Skip to content

Commit 7bbbac3

Browse files
committed
[FIX] swap parameter
1 parent a2e6938 commit 7bbbac3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

spp_base_common/static/src/js/list_controller.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
odoo.define('spp_base_common.ListController', [
2-
'web.ListController',
3-
'web.core',
4-
'web.session',
5-
], function (require) {
1+
odoo.define('spp_base_common.ListController', function (require) {
62
"use strict";
73

84
/**

0 commit comments

Comments
 (0)