__openerp__.py 535 Bytes
# -*- 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 Reconcile WriteOff Improve',
    'version': '9.0.0.0.0',
    'category': 'Accounting',
    'summary': 'Improve Reconcile process',
    'author': 'La Louve',
    'website': 'http://www.lalouve.net',
    'depends': [
        'account',
    ],
    'data': [
        "views/account_reconcile.xml",
    ],
    'installable': True,
}