diff --git a/pos_product_template/__openerp__.py b/pos_product_template/__openerp__.py index a39b1c2d..f67f44a9 100644 --- a/pos_product_template/__openerp__.py +++ b/pos_product_template/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Point Of Sale - Product Template', 'summary': 'Manage Product Template in Front End Point Of Sale', - 'version': '0.1', + 'version': '0.2', 'category': 'Point Of Sale', 'description': """ Manage Product Template in Front End Point Of Sale @@ -72,4 +72,7 @@ Copyright, Authors and Licence: 'demo/product_product.yml', 'demo/res_groups.yml', ], + 'images': [ + 'static/src/img/screenshots/pos_product_template.png', + ], } diff --git a/pos_product_template/static/src/img/screenshots/pos_product_template.png b/pos_product_template/static/src/img/screenshots/pos_product_template.png new file mode 100644 index 00000000..288053e0 Binary files /dev/null and b/pos_product_template/static/src/img/screenshots/pos_product_template.png differ