You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating menus that are a child of another menu and that
do not have the field `parent_id`, would result in the loss
of the link between the menu and its parent.
In order to retain this link, we obtain the value for `parent_id`
and then explicitly inject this field to the source xml.
Part of odoo/upgrade#5163
Signed-off-by: Christophe Simonis (chs) <[email protected]>
0 commit comments