# -*- coding: utf-8 -*- ############################################################################## # # Odoo, Open Source Management Solution # Copyright (C) 2016 Prime Consulting SA, Cape Verde (). # ############################################################################## { 'name': 'Account Payment Delete', 'version': '10.0.0.1', 'author': 'Prime Consulting', 'category': 'Accounting', 'summary': 'Payment Entry Deletion', 'description': """ This module ignores Journal entry sequence constraint while deleting Payment entry. """, 'website': 'http://www.prime.cv', 'depends': ['account'], 'data': [ ], 'installable': True, 'auto_install': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: