I am using odoo 18.0, and I found that if I set one groups like some_admin_right in certain menuitem, then add another one like base.group_no_one into it and remove the some_admin_right.
The new rights of the menu did not work after updating the module, cause the some_admin_right record in the tech -> menu did not be deleted.
So I have to handle the record, instead of auto update after updating the module.
How to make it be auto updated?
Thanks.