Hello, I'm using Google Spreadsheet integration to export reports to Google Drive from Odoo 11 Enterprise.
The way the reports works is taking fields from a model depending on the domain we declare.
The thing is that I need to get one2many or many2one fields in this report:
For example, if I call the field product_id for a quotation, it will return the first line from the Quotation but not others; also, I think it's not possible to call fields like this "product_id.id".
I wish to know if someone knows a way to do this, or a way to add a field that can be called in reports adding a new field like all_products containing -> product1, product2, etc.
Thanks beforehand.
Rodrigo