How to add rows in the Quotation item table

I wanted to add a new row to the items table in Quotation with certain Item_code,item_name,warehouse,qty,rate,amount already determined.

Please provide suggestions

You have user frappe.model.add_child method for this -
Refer following link -

Regards, Priya

2 Likes

Thank @priya_s:smile: