Daily updates from Odoo
Wednesday, October 9, 2019
1 change · master
Resolved issues and error corrections
Fixed an issue where creating a new linked record from a list field could briefly flash and disappear when the user clicked away. The creation window now remains open, allowing users to finish entering the new value without interruption.
Original PR description
[FIX] web: list many2one quick-create Allows the quick create on m2o in list views Before this commit, when entering a new value in a many2one in a list and exiting the cell through a click, the quick-create modal appeared for the duration of the mousedown. Now, the modal remains and allow to edit the new many2one value Task 2076380 Forward-Port-Of: odoo/odoo#38237 Forward-Port-Of: odoo/odoo#37721