Skip to content
Snippets Groups Projects
Commit 791152a8 authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] web: The model "ir.values" has been renamed

The model "ir.values" has been renamed in "ir.default" by this commit:

60d9f6fe
parent b02dea76
No related branches found
No related tags found
No related merge requests found
......@@ -439,8 +439,8 @@ DebugManager.include({
return field.name === fieldToSet;
}).value;
self._rpc({
model: 'ir.values',
method: 'set_default',
model: 'ir.default',
method: 'set',
args: [
self._active_view.fields_view.model,
fieldToSet,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment