Hello All,
For example, the model account.invoice has a many2many field payment_ids.
If I have 3 payments for an invoice, where are stored these 3 lines in the database? in which table of the database?
I know that the field definition itself is stored in ir_model_relation. But I don't find each value lines....
Thanks to help