__openerp__.py 827 Bytes
# -*- coding: utf-8 -*-
# Copyright (C) 2017-Today: La Louve (<http://www.lalouve.net/>)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
#          Julien Weste
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
    'name': 'Louve Custom - Account',
    'version': '9.0.1.0.2',
    'category': 'Custom',
    'author': 'La Louve',
    'website': 'http://www.lalouve.net',
    'license': 'AGPL-3',
    'depends': [
        'account',
        'barcodes_generate',
        'account_tax_balance',
        'account_deprecated',
    ],
    'data': [
        'security/res_group.xml',
        'security/ir.model.access.csv',
        'views/view_account_payment.xml',
        'views/view_account_invoice.xml',
        'views/view_account_move_line.xml',
        'views/view_account_move.xml',
    ],
}