I try to find a way to export a model with inlines to csv with a button or action in django admin. Has anyone done this before?
I've already tried to export with django_import_export but i haven't found a way to get the content of the inlines.
The goal of the export is to export a contract with n products and n subproducts.
Thank you all for the help