Wednesday, December 9, 2020
1 change · master
Enhancements to existing features
Odoo can now pass a setting that prevents users from selecting multiple related records when opening a sub-record dialog. This helps guide users through workflows where related items, such as marketing automation activities, need to be created and linked one at a time.
Original PR description
…option The open_one2many_record trigger method now takes the disable_multiple_selection option in parameter to pass it to the FormViewDialog constructor. Task ID : 2087993 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr