From 41ecfab361bbbbe898c015c03f825d512ab37821 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 28 Jan 2015 10:22:44 +0100 Subject: [PATCH] [IMP] description of the module in openerp.py file; --- pos_product_template/__openerp__.py | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/pos_product_template/__openerp__.py b/pos_product_template/__openerp__.py index 2839605c..a39b1c2d 100644 --- a/pos_product_template/__openerp__.py +++ b/pos_product_template/__openerp__.py @@ -30,17 +30,24 @@ Manage Product Template in Front End Point Of Sale Functionality: -------------- - * + * In Point Of Sale Front End - Products list: + * Display only one product per template; + * Display template name instead of product name; + * Display products quantity instead of price; + * Click on template displays an extra screen to select Variant; -Possible improvements and fix: ------------------------------- - * Display product template name in ProductList; - * Display attributes; - * Improve Template display; + * In Point Of Sale Front End - Variants list: + * Display all the products of the selected variant; + * Click on a attribute value filters products; + * Click on a product adds it to the current Order or display normal + extra screen if it is a weightable product; -NON Covered features: ---------------------- - * +Technical Information: +---------------------- + * Load extra model in Point Of Sale Front End: + * product.template; + * product.attribute; + * product.attribute.value; Copyright, Authors and Licence: -------------------------------