This question has been flagged
1 Reply
1092 Views

I have a view inheriting from the partner view and I want to remove some elements from it


How do I do that ?

Avatar
Discard
Best Answer

Hi,

You can create a new inherited view, that inherits the inherited view and using xpath you can find the node to inherit and then you can either keep it invisible or remove it by using replace attribute.


For understanding inheritance in Odoo, See official documentation: https://www.odoo.com/documentation/15.0/developer/howtos/rdtraining/13_inheritance.html?highlight=inherit


Thanks & Regards

Walnut Software Solutions

Avatar
Discard