# -*- coding: utf-8 -*- # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>) # @author: Sylvain LE GAL # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Bank Statement Reconcile Options', 'version': '9.0.0.0.0', 'category': 'Accounting', 'summary': "Give options on the reconciliation propositions", 'author': 'La Louve', 'website': 'http://www.lalouve.net', 'depends': [ 'account', ], 'data': [ "views/account_journal.xml", ], 'installable': True, }