Skip to content

Commit

Permalink
Update src/util/records.py
Browse files Browse the repository at this point in the history
to be squashed

Co-authored-by: Christophe Simonis <[email protected]>
  • Loading branch information
pauloamed and KangOl authored May 7, 2024
1 parent e8ca86d commit 0e6707b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ def remove_action(cr, xml_id=None, action_id=None):
FROM ir_model_fields
WHERE relation = 'ir.actions.actions'
AND on_delete IN ( 'cascade', 'set null' )
AND ttype = 'many2one'
"""
)

Expand Down

0 comments on commit 0e6707b

Please sign in to comment.