Hi,
I have created custom One2many field sale.shipping.line same as sale.order.line in sale order and also in created in account.invoice as we have account.invoice.line and I want to pass those values from sale order to account.invoice.
Could anyone help me to achieve this.
Thanks in advance!
https://www.odoo.com/forum/help-1/question/odoo-10-passing-custom-field-value-from-sale-order-line-to-account-invoice-line-120546
Hi Niyas,
I tried with that way but I have created another order_line same as sale.order.line and I want to pass that to new line_ids created in account.invoice same as account.invoice.line.
So you mean to say you want to pass sale order line and your custom O2M line in one account invoice which is created from that sale order. Right ?
Yes right and for custom O2M line I have created another O2M in account.invoice.