Skip to content

Commit 0576e1b

Browse files
committed
[FIX] swap parameter
1 parent 16e59bd commit 0576e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

44
/**

0 commit comments

Comments
 (0)