Hello,
I created from the studio a new model called "Portefeuille" with a field of "monetary" type and a Many2One field related to res_partner module (Contact). I mean a the Portefeuille created can be linked to a Contact.
I want to be able to list from the Contact subview all Portefeuille objects related to the Contact.
So from the Studio i created a new subview and added a new bloc displaying lines of Portefeuille with a One2Many relationship.
Problem : I can't see One2Many field related to the new model (Portefeuille). I expected to see a One2many field related to Portefeuille in ordre to add in column view of the subview the amount and other informations.
What's wrong ?
Regards