From dcd2d2aa760259fc9c21a09f254953fe8b2a3dc5 Mon Sep 17 00:00:00 2001 From: houssine Date: Tue, 7 May 2019 18:20:00 +0200 Subject: [PATCH] [MIG] fix change in product view --- easy_my_coop/view/product_view.xml | 203 ++++++++++++++--------------- 1 file changed, 97 insertions(+), 106 deletions(-) diff --git a/easy_my_coop/view/product_view.xml b/easy_my_coop/view/product_view.xml index 75afaf2..29c36c3 100644 --- a/easy_my_coop/view/product_view.xml +++ b/easy_my_coop/view/product_view.xml @@ -2,119 +2,110 @@ product.template.share.form product.template - - - -
- -
-
- -
-
-
-
- - - product.template.common.form - product.template - - - - - - - - - - + +
+ +
+
+ +
+
+ + + + + + + + + +
-
- - - - Share type - ir.actions.act_window - product.template - form - kanban,tree,form - - - - [('is_share','=',True)] - -

- Click to define a new share product. -

-
-
+ + + + Share type + ir.actions.act_window + product.template + form + kanban,tree,form + + + + [('is_share','=',True)] + +

+ Click to define a new share product. +

+
+
- + - - Product - ir.actions.act_window - product.product - tree,form,kanban - form - - - [('is_share','=',False)] - -

- Click to define a new product. -

- You must define a product for everything you sell, whether it's - a physical product, a consumable or a service you offer to - customers. -

- The product form contains information to simplify the sale - process: price, notes in the quotation, accounting data, - procurement methods, etc. -

-
-
- - - Products - ir.actions.act_window - product.template - tree,form,kanban - form - - {"search_default_filter_to_sell":1} - [('is_share','=',False)] - -

- Click to define a new product. -

- You must define a product for everything you sell, whether it's a physical product, a consumable or a service you offer to customers. -

- The product form contains information to simplify the sale process: price, notes in the quotation, accounting data, procurement methods, etc. -

-
-
- - - Products - ir.actions.act_window - product.template - tree,form,kanban - form - {"search_default_products": 1, 'default_type': 'product'} - [('is_share','=',False)] - -

- Click to define a new product. -

-
-
+ + Product + ir.actions.act_window + product.product + tree,form,kanban + form + + + [('is_share','=',False)] + +

+ Click to define a new product. +

+ You must define a product for everything you sell, whether it's + a physical product, a consumable or a service you offer to + customers. +

+ The product form contains information to simplify the sale + process: price, notes in the quotation, accounting data, + procurement methods, etc. +

+
+
+ + + Products + ir.actions.act_window + product.template + tree,form,kanban + form + + {"search_default_filter_to_sell":1} + [('is_share','=',False)] + +

+ Click to define a new product. +

+ You must define a product for everything you sell, whether it's a physical product, a consumable or a service you offer to customers. +

+ The product form contains information to simplify the sale process: price, notes in the quotation, accounting data, procurement methods, etc. +

+
+
+ + + Products + ir.actions.act_window + product.template + tree,form,kanban + form + {"search_default_products": 1, 'default_type': 'product'} + [('is_share','=',False)] + +

+ Click to define a new product. +

+
+