I need to prevent ACL re-creation (that were previously deleted) after module upgrade.
Someone can give me some directions here?
We have this help text in ir.model.access model:
if you delete a native ACL, it will be re-created when you reload the module
This is what I need to prevent.
Regards