I make 3 form view that using the same model. Some of the element is different but most of them is using the same element. In this case, I think inherit is not the solution for this problem. Since inherit only modify one view
My goal is to put the same element and put it in different view xml (This is still with the same model). So when I want to use that element so many times, I just need to call the id.
Can odoo do this?