Delete action toolbar

  • Does Axelor provides any action delete like onNew in forms or grids?
  • Is there any solution for Orphin removal in ‹ Custom Models › (example: deleting a parent and remove all children in one to many relations).
  • Referential Integrity Constraint (example: you still can delete an HR while having attrs relations existing with other meta_json_records).

entity listener can help in this

it auto add orphan removal true on one-to-many with mappedBy column definition

i always tried this but was not able to delete it, can you share more insights on this