From 14adc0f030e5c28bc1e6434253b7d02a7e2228d4 Mon Sep 17 00:00:00 2001 From: cybroodoo Date: Fri, 26 Feb 2016 09:51:15 +0530 Subject: [PATCH] Description updated --- pos_product_category_filter/__openerp__.py | 2 +- pos_product_category_filter/__openerp__.py~ | 27 +++++++++++ .../static/description/index.html | 16 ------- .../static/description/index.html~ | 48 +++++++++++++++++++ 4 files changed, 76 insertions(+), 17 deletions(-) create mode 100644 pos_product_category_filter/__openerp__.py~ create mode 100644 pos_product_category_filter/static/description/index.html~ diff --git a/pos_product_category_filter/__openerp__.py b/pos_product_category_filter/__openerp__.py index a425ba2e2..deb0fb616 100644 --- a/pos_product_category_filter/__openerp__.py +++ b/pos_product_category_filter/__openerp__.py @@ -15,7 +15,7 @@ ======================= -Customization of produc availablity in PoS. + """, 'depends': ['point_of_sale'], diff --git a/pos_product_category_filter/__openerp__.py~ b/pos_product_category_filter/__openerp__.py~ new file mode 100644 index 000000000..a425ba2e2 --- /dev/null +++ b/pos_product_category_filter/__openerp__.py~ @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + + +{ + 'name': 'POS Product Category Filter', + 'version': '1.0', + 'category': 'Point of Sale', + 'sequence': 6, + 'summary': 'Show only specified categories of product in point of sale ', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'description': """ + +======================= + +Customization of produc availablity in PoS. + +""", + 'depends': ['point_of_sale'], + 'data': ['views/custom_view.xml', + 'views/template.xml'], + 'qweb': [], + 'installable': True, + 'auto_install': False, +} diff --git a/pos_product_category_filter/static/description/index.html b/pos_product_category_filter/static/description/index.html index d96f49fce..b8d40b857 100644 --- a/pos_product_category_filter/static/description/index.html +++ b/pos_product_category_filter/static/description/index.html @@ -27,22 +27,6 @@ Only those categories set in the POS will be available in that particular POS. -
-
-

Setting Product category

-
-

-1) If a root category is given all the subcategories and products under that category will be available. -

-

-2) If an intermediate category(ie. one with parent and child categories) is given then parent category and all child categories will be available. -

-

-3) If a child category(ie. one without any child categories), the category can be reached by traversing its ancestor categories. -

-
-
-
diff --git a/pos_product_category_filter/static/description/index.html~ b/pos_product_category_filter/static/description/index.html~ new file mode 100644 index 000000000..d96f49fce --- /dev/null +++ b/pos_product_category_filter/static/description/index.html~ @@ -0,0 +1,48 @@ +
+
+

Point of Sale : Setting Product Categories for POS

+ +
+

+By installing this module, we can set available product categories for each POS in our system. +Only those categories set in the POS will be available in that particular POS. +

+
+
+
+ +
+
+

You can set it in POS form as:

+
+

+ Point of sale > Configuration > Point of Sale > Available Product Categories. +

+
+
+
+ +
+
+
+
+ +
+
+

Setting Product category

+
+

+1) If a root category is given all the subcategories and products under that category will be available. +

+

+2) If an intermediate category(ie. one with parent and child categories) is given then parent category and all child categories will be available. +

+

+3) If a child category(ie. one without any child categories), the category can be reached by traversing its ancestor categories. +

+
+
+
+ +
+