mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
29 lines
811 B
Python
29 lines
811 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2011-2016 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
{
|
|
'name': "Bank statement transactionID import",
|
|
'version': '9.0.1.0.0',
|
|
'author': "Camptocamp,Odoo Community Association (OCA)",
|
|
'maintainer': 'Camptocamp',
|
|
'category': 'Finance',
|
|
'complexity': 'normal',
|
|
'depends': [
|
|
'account_statement_base_import',
|
|
'base_transaction_id'
|
|
],
|
|
'data': [
|
|
'data/completion_rule_data.xml'
|
|
],
|
|
'test': [
|
|
'test/sale.yml',
|
|
'test/completion_transactionid_test.yml',
|
|
'test/invoice.yml',
|
|
'test/completion_invoice_transactionid_test.yml',
|
|
],
|
|
'website': 'http://www.camptocamp.com',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'AGPL-3',
|
|
}
|