Browse Source

Fix pep8 errors

pull/22/head
Peter Hahn 10 years ago
parent
commit
dca51a5a4f
  1. 11
      pos_top_sellers/__openerp__.py

11
pos_top_sellers/__openerp__.py

@ -22,18 +22,19 @@
'name': 'Point of sale topseller report.', 'name': 'Point of sale topseller report.',
'version': '1.0', 'version': '1.0',
'category': '', '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': """ 'description': """
Report top selling products for point of sale 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 Top 40 sales by shop
-------------------- --------------------
* List top 40 sold products in a given period for all of your shops. * 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 Recent sales by shop for a given product
---------------------------------------- ----------------------------------------
@ -70,4 +71,4 @@ Recent sales by shop for a given product
'qweb': [ 'qweb': [
'static/src/xml/pos_top_sellers.xml', 'static/src/xml/pos_top_sellers.xml',
], ],
}
}
Loading…
Cancel
Save