From e736c408067b53f8271846b808ac255c2caf1a27 Mon Sep 17 00:00:00 2001 From: Pieter Paulussen Date: Wed, 8 Apr 2026 17:18:25 +0200 Subject: [PATCH] [FIX] product_status: move status fields to dedicated notebook page Relocate the product status fields from the sale group into a dedicated "Product Status" notebook page on both product.template and product.product form views. Applies to 19.0 form view structure. --- product_status/views/product_views.xml | 116 ++++++++++++++----------- 1 file changed, 63 insertions(+), 53 deletions(-) diff --git a/product_status/views/product_views.xml b/product_status/views/product_views.xml index 4db6c943e32..3d28a5cd86e 100644 --- a/product_status/views/product_views.xml +++ b/product_status/views/product_views.xml @@ -4,29 +4,34 @@ product.template - - + + - - - - + + + + + + + + + - - - - - - + + @@ -34,39 +39,44 @@ product.product - - + + - - - - - - - - + + + + + + + + + + + + + - - - - - - + + @@ -91,4 +101,4 @@ - + \ No newline at end of file