# -*- coding: utf-8 -*- # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>) # @author: Julien Weste # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Payment Confirm', 'version': '9.0.1.0.0', 'category': 'Accounting', 'summary': 'Improve payment confirmation', 'author': 'La Louve', 'website': 'http://www.lalouve.net', 'depends': [ 'account', ], 'data': [ "views/action.xml", ], 'installable': True, }