A Frappe plugin that adds the support of unassign from users for single and multiple list selection.
A simple display of gratitude and appreciation to those who provided help and kind support.
- Frappe >= v13.0.0
- Get the plugin from Github
(Required only once)
bench get-app https://github.com/kid1194/frappe-list-unassign-from
- Install the plugin on any instance/site you want
bench --site [sitename] install-app frappe_list_unassign_from
- Check the usage section below
- Go to the app directory (frappe-bench/apps/frappe_list_unassign_from) and execute:
git pull
- Go back to the frappe-bench directory and execute:
bench --site [sitename] migrate
- In case you need to restart bench, execute:
bench restart
- Uninstall the plugin from the instance/site
bench --site [sitename] uninstall-app frappe_list_unassign_from
- Uninstall the plugin from bench
bench remove-app frappe_list_unassign_from
- Go to any doctype's list, ex: Role, and select a single or multiple entries
- Click on the Actions button from the top of the page and click on Unassign From action
- From the Remove From ToDo dialog, add the users that you want to unassign the entries from
- Finally, click on the Remove button at the bottom of the dialog
If you find bug in the plugin, please create a bug report and let us know about it.
This repository has been released under the MIT License.