From bddda75cac35f0a3a28f8dff376a4cde72affd58 Mon Sep 17 00:00:00 2001 From: ralwafaie Date: Fri, 5 Aug 2016 14:01:10 +0200 Subject: [PATCH] #327 remove discription --- sale_payment_method_auto_pay_selection/__openerp__.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sale_payment_method_auto_pay_selection/__openerp__.py b/sale_payment_method_auto_pay_selection/__openerp__.py index fe6f0ceac55..49220851d5c 100644 --- a/sale_payment_method_auto_pay_selection/__openerp__.py +++ b/sale_payment_method_auto_pay_selection/__openerp__.py @@ -5,14 +5,6 @@ {'name': 'Sale Payment Method - Selection for Automatic Payment', 'version': '8.0.1.0.0', 'category': '', - 'description': """ -Sale Payment Method - Selection for Automatic Payment -===================================================== - -* Adds an selection to payment methods to configure when an / -automatic payment is allowed to be created. - -""", 'depends': ['sale_payment_method', ], 'author': "initOS GmbH, Odoo Community Association (OCA) ",