Hello,
Here is my problem
I created a m2m fields between 2 models A and B with the comodel C
And i defined this comodel C to add additionnal fields (date,etc...)
On the form of model A, i added a page to display my m2m
It works but i can display only fields from model B
How is it possible to display other columns with additionnal fields from comodel C