This question has been flagged
1 Reply
6166 Views

I wish to customize the partner view form to contain an additional tab (next to History). When clicking on this tab, I wish to show an embedded iframe, where the content is sourced from a different system.

What is the best way to go about this, such that it doesn't create problems when OpenERP is upgraded?

Many thanks.

Avatar
Discard
Author

I would have thought this was quite a simple question!

Best Answer

Create your own view that inherits the res.partner.form view, that way whatever happens in the future your tab and your iframe will remain intact.

Avatar
Discard