From 5bbacf7cad764783d112eec3e275104b3302d0a0 Mon Sep 17 00:00:00 2001 From: Rafael Blasco Date: Thu, 27 Aug 2015 20:06:22 +0200 Subject: [PATCH] Update __openerp__.py Deleted description as exist readme --- pos_pricelist/__openerp__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pos_pricelist/__openerp__.py b/pos_pricelist/__openerp__.py index 0ea79f95..fbac1f99 100644 --- a/pos_pricelist/__openerp__.py +++ b/pos_pricelist/__openerp__.py @@ -23,11 +23,6 @@ 'sequence': 1, 'author': "Adil Houmadi @Taktik,Odoo Community Association (OCA)", 'summary': 'Pricelist for Point of sale', - 'description': """ -New feature for the Point Of Sale: -============================================= - Add support for pricelist on the point of sale - """, 'depends': [ "point_of_sale", ],