mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Cleanup __openerp__.py file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2012 Yannick Vaucher (Camptocamp)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{'name': 'Base transaction id for financial institutes',
|
||||
@@ -6,20 +6,16 @@
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Hidden/Dependency',
|
||||
'complexity': 'easy',
|
||||
'depends': [
|
||||
'sale',
|
||||
],
|
||||
'website': 'http://www.openerp.com',
|
||||
'website': 'https://www.odoo-community.org/',
|
||||
'data': [
|
||||
'views/invoice.xml',
|
||||
'views/sale.xml',
|
||||
'views/account_move_line.xml',
|
||||
'views/base_transaction_id.xml',
|
||||
],
|
||||
'test': [],
|
||||
'installable': True,
|
||||
'images': [],
|
||||
'auto_install': False,
|
||||
'license': 'AGPL-3',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user