diff --git a/pos_product_category_filter/__openerp__.py b/pos_product_category_filter/__openerp__.py index fe2ed36c2..83bd4a60b 100644 --- a/pos_product_category_filter/__openerp__.py +++ b/pos_product_category_filter/__openerp__.py @@ -15,6 +15,7 @@ Customization of produc availablity in PoS. """, 'depends': ['point_of_sale'], + 'images': ['static/description/banner.jpg'], 'data': ['views/category.xml', 'views/template.xml'], 'installable': True, diff --git a/pos_product_category_filter/__openerp__.py~ b/pos_product_category_filter/__openerp__.py~ new file mode 100644 index 000000000..fe2ed36c2 --- /dev/null +++ b/pos_product_category_filter/__openerp__.py~ @@ -0,0 +1,22 @@ +{ + 'name': 'POS Product Category Filter', + 'version': '1.0', + 'category': 'Point of Sale', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'sequence': 6, + 'summary': 'Show only specified categories of product in point of sale ', + 'description': """ + +======================= + +Customization of produc availablity in PoS. + +""", + 'depends': ['point_of_sale'], + 'data': ['views/category.xml', + 'views/template.xml'], + 'installable': True, + 'auto_install': False, +} diff --git a/pos_product_category_filter/static/description/banner.jpg b/pos_product_category_filter/static/description/banner.jpg new file mode 100644 index 000000000..9951dc79b Binary files /dev/null and b/pos_product_category_filter/static/description/banner.jpg differ diff --git a/pos_product_category_filter/static/description/icon.png b/pos_product_category_filter/static/description/icon.png new file mode 100644 index 000000000..323e8d805 Binary files /dev/null and b/pos_product_category_filter/static/description/icon.png differ diff --git a/pos_product_category_filter/static/description/index.html b/pos_product_category_filter/static/description/index.html index b8d40b857..4015bf5fc 100644 --- a/pos_product_category_filter/static/description/index.html +++ b/pos_product_category_filter/static/description/index.html @@ -30,3 +30,19 @@ Only those categories set in the POS will be available in that particular POS.
+
+

Need Any Help?

+
+ Email Contact Us Request Customization +
+
+ + 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. -

-
-
-