Hey guys, what would be the best way to inherit a custom field's information from stock to sale order line? I have tried related field, but it only fills in the name of the column when I add products it doesn't bring the information for that field. Cheers
@@OdooMates no I haven't, can't say I'm confident in figuring out how computed fields work but I'll give it a go. Do you guys happen to have any examples similar to my issue?
@@OdooMates I need that, while clicking the customer name, the list of products are want to be filled automatically. only one click for selecting the customer. for different customers, there will be a different product.can you please help me in this Thanks
Hey guys, what would be the best way to inherit a custom field's information from stock to sale order line? I have tried related field, but it only fills in the name of the column when I add products it doesn't bring the information for that field. Cheers
tried a computed field ?
@@OdooMates no I haven't, can't say I'm confident in figuring out how computed fields work but I'll give it a go. Do you guys happen to have any examples similar to my issue?
@@seanbentsen163 Hi did u find the solution?
How to inherit the whole one2many field?
Can you elaborate, suppose if it is sale order line , what you are looking to do
@@OdooMates I need that, while clicking the customer name, the list of products are want to be filled automatically. only one click for selecting the customer. for different customers, there will be a different product.can you please help me in this
Thanks
@@sanjaibalajinallasivam3291 th-cam.com/video/LE7E2O4lBrQ/w-d-xo.html
I have tried this in odoo 14 but the field didn't appear in the form?
Can we see the code..
@@OdooMates < xpath expr ="//field[@name='invoice_line_ids']/form//field [@name='product_id']" position="after">
So you are adding the field to one2many form ? Can you confirm that you checked in one2many form not in one2many treee
@@OdooMates know it's added to the form view.but it don't get information from.same problem in 7:00min
Your inherited view get added in the db, can you check views menu
i try this on stock.picking it gives error!!
Did you checked the original view? Inside one2many is there is a inline tree defined or not ?
@@OdooMates the function was not defined in its class 😁