Right now, i am customizing the contacts -> Create form aka "res.partner.form" with additional fields and also some overrides to make fields required etc.
It works nice!
The problem, i am facing is, that when i want to add another contact to a partner / using the create button on bottom of page, a new form pops up in a modal window. My Customization is not inherited there, so i need to customize those views as well.
In Debug Mode i can not find the name of this view, so i get a chance to extend this view.
Can someone please help me, how to find those views and how to extend // override them?
Sorry about the html - links . i am not allowed to change it .