Many2x Edit / Delete on Selection
This module will enhance many2one and many2many field widget to perform delete and edit action from drop-down.
Many2one/Many2many Dialog
Edit/delete buttons on drop-down,User can configure which option user need to display using this keyword on field options in view.
Example:-<field name="partner_id" options="{'can_delete':False,'can_edit':True}"/>
Allow multiple delete in search more dialog.
Widget will allow to select and delete multiple record on search more dialog.
Buttons Display Based on Access rights
Edit/Delete button will display based on user access rights.