Hi,
I’m migrating 7.2 to 7.4.
I’m getting this error when doing trytond-admin:
178281 140004048367680 [2025-05-06 08:50:42,631] WARNING trytond.convert could not delete 381@ir.action.act_window from stock_lot.act_lots_by_warehouse_relate (You are trying to read records "381" of "Action act window" that don't exist. - ).
178281 140004048367680 [2025-05-06 08:50:42,637] ERROR trytond.convert could not deactivate 381@ir.action.act_window from stock_lot.act_lots_by_warehouse_relate (You are trying to write to records "381" of "Action act window" that don't exist. - )
Indeed, this relate was removed here : Improve stock relates (!1768) · Merge requests · Tryton / Tryton · GitLab
Linked to this ? Use warning instead of error to log failure to delete XML record (#13007) · Issues · Tryton / Tryton · GitLab
What should be done to have a clean database and removing the error ?
Thanks