account-reconcile/account_mass_reconcile_tran.../__manifest__.py

20 lines
556 B
Python

# Copyright 2013-2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
'name': 'Mass Reconcile Transaction Ref',
'version': '12.0.1.0.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,
}