diff --git a/pos_top_sellers/__openerp__.py b/pos_top_sellers/__openerp__.py index c02362bf..935488b6 100644 --- a/pos_top_sellers/__openerp__.py +++ b/pos_top_sellers/__openerp__.py @@ -22,18 +22,19 @@ 'name': 'Point of sale topseller report.', 'version': '1.0', 'category': '', - 'summary': 'Report topseller products in point of sale for all of your shops.', + 'summary': 'Report topseller products in point of sale for all shops.', 'description': """ Report top selling products for point of sale ============================================= -This module adds 2 new reports to report sales done via point of sale for all of -your companies shops. +This module adds 2 new reports to report sales done via point of sale for all +of your companies shops. Top 40 sales by shop -------------------- * List top 40 sold products in a given period for all of your shops. -* Click on a product to show sales for this product by shop on a daily basis over that timeframe. +* Click on a product to show sales for this product by shop on a daily basis + over that timeframe. Recent sales by shop for a given product ---------------------------------------- @@ -70,4 +71,4 @@ Recent sales by shop for a given product 'qweb': [ 'static/src/xml/pos_top_sellers.xml', ], -} \ No newline at end of file +}