I am building a custom module that has a dependent module that is inheriting the base res_partner view and adding some customisations needed for that module. But in the current module that I'm building, I don't need to see those changes created by my dependent module. Is there a way to disable those inherited changes without altering the code in the dependent module? Can I write another inherited view in my current custom module where I can reset the changes done in the dependent module?
Hope my question is clear.
Inheritance in Odoo: https://learnopenerp.blogspot.com/2018/01/inheritance-in-models-and-views.html