From 516e3e902458340426458599b15ad1dc3ea424bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Fri, 3 Jan 2020 19:31:26 +0100 Subject: [PATCH] [FIX] b_product: Show same field on product.template and product.product Previously special fields for the product template where only added on the product template form view only. But these fields should be available also on the product product form view. So I moved fields that were easy to move from template view only to the product template view that is used for product template and product product. --- beesdoo_product/views/beesdoo_product.xml | 95 +++++++++-------------- 1 file changed, 38 insertions(+), 57 deletions(-) diff --git a/beesdoo_product/views/beesdoo_product.xml b/beesdoo_product/views/beesdoo_product.xml index 4f43505..ed1fa4f 100644 --- a/beesdoo_product/views/beesdoo_product.xml +++ b/beesdoo_product/views/beesdoo_product.xml @@ -1,82 +1,44 @@ - - bees.product.template.form + + bees.product.template.only.form product.template