Skip to content
Snippets Groups Projects
Commit a1d5f322 authored by Lucas Perais (lpe)'s avatar Lucas Perais (lpe)
Browse files

[FIX] base: res.config.settings discard should actually discard changes

Before this commit, some values of res.config.settings were saved
(e.g case of website settings were some fields are related)

After this commit, they are not saved

OPW 1853230
closes #24972
closes #25028
parent 8dbaaf89
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
</div>
<header>
<button string="Save" type="object" name="execute" class="oe_highlight" />
<button string="Discard" type="object" name="cancel" />
<button string="Discard" type="object" name="cancel" special="cancel" />
</header>
</div>
<div class="o_setting_container">
......
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