Hi community,
what's the best way to deactivate a post_init_hook in a __manifest__.py of a base module, e.g. in addons/account.
Obviously the easiest way would be to comment it out, however this is not an option for me.
Is there a way to overwrite __manifest__.py files? Or any other approach which leads to the desired outcome? Has anyone any experience with it?
Thanks in advance!