From dca51a5a4f2763782618fa4f6bb033b85daa9468 Mon Sep 17 00:00:00 2001 From: Peter Hahn Date: Thu, 16 Apr 2015 22:50:26 +0200 Subject: [PATCH] Fix pep8 errors --- pos_top_sellers/__openerp__.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 +}