Skip to content
Snippets Groups Projects
Commit 184d1b69 authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] core: o2m modifiers in the SSF


Because the sub-record values would not necessarily get fetched
ever (whether default or stored), the computation of modifiers might
blow up if it relied on one of the un-fetched un-specified fields.

One such situation is trying to create a partner with child partners
if base_address_city is installed: the module adds a readonly attr
predicated upon the parent_id, without explicitly providing such the
field would be missing from the O2M record's values.

Closes #37176

closes odoo/odoo#37408

Signed-off-by: default avatarChristophe Simonis <chs@odoo.com>
parent ad315ab7
No related branches found
No related tags found
No related merge requests found
Loading
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