'Adding related model in separated page Django Admin

The problem is following: All fields are not displayed when I add model for related model using TabularInline enter image description here but at another side I don't want to use StackedInline, cuz it seems to be not pretty. So, is it possible to use another page to add model for related model, that automatically will be added to corresponding Partner (related model). Maybe is it possible to use StackedInline for one reason and TabularInline to another, or something similar? Or override adding link?

What exactly do I want

Displaying: enter image description here

Adding: enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source