I'm using the odoo google spreadsheet module for report. Is there any way to get the data from a one2many field of a model.
=oe_browse("sale.order","name")
For example : I want to get all products in a sale order. If i write =oe_browse("sale.order","name", "order_line") that will give the database id of sale order line.
How to achieve this?