Skip to content
Snippets Groups Projects
Commit 1ecdbfcf authored by FrancoisGe's avatar FrancoisGe
Browse files

[FIX] web: empty a many2one field


Before this commit, it was impossible to empty a many2one in a list view.

How to reproduce:
- go into a list view with a many2one
- empty a many2one containing a value
- click outside the line

Before this commit:
The record goes into readonly mode and its many2one returns to
its original value.

After this commit:
The record is saved and its many2one is empty.

closes odoo/odoo#99140

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent aecdc502
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment