mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_advanced_search: Restore debug mode
This commit is contained in:
committed by
Ivàn Todorovich
parent
9e16690090
commit
18fde36cc4
@@ -97,7 +97,7 @@ odoo.define("web_advanced_search", function(require) {
|
||||
this._modelName,
|
||||
"[]",
|
||||
{
|
||||
debugMode: config.debug,
|
||||
debugMode: config.isDebug(),
|
||||
readonly: false,
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user