I want a functionality of adding the values for on2many field through file (bulk upload of the data), how can i achieve this in odoo-16 . If you anybody knows please explain about how can i achieve this properly
i tried using link:https://www.cybrosys.com/blog/import-xlsx-files-in-odoo-using-openpyxl, but i didn't understand it properly how can i use that to achieve my functionality. please provide the solution or suggestions to achieve it.
if you are trying to write data throw python this may help you:
for example if your One2many field name is fee_ids with only name attribute and you want to create a new record and link to the fee_ids it should be done like below:
Hope it helps you