Skip to Content
Menu
This question has been flagged
1 Atsakyti
6361 Rodiniai

In Delivery Orders I'm trying to display the loc_rack field next to each product name.

The Delivery Order has the Product_ID field, but how do I use that field and tell it "hey, give me the loc_rack field that is associated with that Product ID in a different module"?

Portretas
Atmesti
Best Answer

Have you made a custom module yet? That will need to be your first step if not.

What you will need to do is add a new field to Delivery Orders like so:

'del_loc_rack': fields.related('product_id', 'loc_rack', type='char', string="Rack Location")

Then add that to an .xml file that inherits the Delivery Order view, and place the field 'del_loc_rack'. Hope that helps!

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
kov. 25
846
0
bal. 17
5073
3
geg. 16
7794
3
birž. 20
20563
2
rugs. 18
3598