Hi, I’m using Tryton and have activated a module that adds several tabs in a form view. However, I need to hide these tabs without disabling the module or reinstalling all modules. Since we know we cant disable the module.
I’ve tried looking into XML configurations and access control, but I haven’t found the right solution. What’s the best way to hide specific tabs in Tryton?
Replacing may create troubles if other module relies on the content, so it is probably better to make it invisible with a states using ModelView.view_attributes.
This error is because there is no field named rh in the view you are extending and this causes an error as the system does not know which element should be extended.