This question has been flagged
1 Reply
4155 Views

I have a single assembly image on each Product that I want to show in a Work Order when that Product is being assembled.

Can I show the image for each product being made on the Work Order screen that shows on a Tablet?

Avatar
Discard
Best Answer

One possible way:

1. Create a new related field on the Work Order that points to the image field on the Product.

2. Inherit and Override the mrp.workorder.view.form.inherit.quality.tablet.new view and add the image directly before or after the Work Order Note field.

Example:



This can be done directly via the UI, without needing a module.

Avatar
Discard