21 lines
573 B
Python
21 lines
573 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2013-2018 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
{
|
|
'name': 'Mass Reconcile Transaction Ref',
|
|
'version': '10.0.1.1.0',
|
|
'author': "Camptocamp,Odoo Community Association (OCA)",
|
|
'category': 'Finance',
|
|
'website': 'https://github.com/OCA/account-reconcile',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'account_mass_reconcile',
|
|
'base_transaction_id'
|
|
],
|
|
'data': [
|
|
'views/mass_reconcile_view.xml'
|
|
],
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|