From cc6b4dccc61b708d4f160681b4cee3a33adb8f8f Mon Sep 17 00:00:00 2001 From: JJRR5 Date: Thu, 27 Nov 2025 16:10:55 +0000 Subject: [PATCH] [FIX] expomex: Display production origin and sale customer in Shop Floor When switching workcenters in the Shop Floor view, the system alternates between displaying mrp.production and mrp.workorder records. The fields order_partner_id (customer) and origin (source document reference) belong only to the mrp.production model, not to mrp.workorder. Attempting to access them directly from record (which is mrp.workorder.data) meant the fields were missing and not rendered. The solution accesses these fields via props.production.data, which always contains the linked production, regardless of the current model displayed. This ensures customer and origin information is visible in both production and workorder views, improving the operational UX on the shop floor. --- expomex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expomex b/expomex index b7ff854..157a3c0 160000 --- a/expomex +++ b/expomex @@ -1 +1 @@ -Subproject commit b7ff8543adb264ca4a8c34d8fc7fea242efa2de9 +Subproject commit 157a3c075114aa3d5f86619367e263b87f9018b4