mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Updated __openerp__ and removed openerp style fields
This commit is contained in:
committed by
Sandy Carter
parent
19dd21fd4a
commit
11f8de67c2
@@ -64,9 +64,11 @@ Statement Reconciliation found in the US and other countries.
|
||||
'version': '1.4',
|
||||
'author': 'Novapoint Group LLC',
|
||||
'website': 'www.novapointgroup.com',
|
||||
'depends': ['account_cancel', 'report_webkit'],
|
||||
'init_xml': [],
|
||||
'update_xml': [
|
||||
'depends': [
|
||||
'account_cancel',
|
||||
'report_webkit'
|
||||
],
|
||||
'data': [
|
||||
'security/account_banking_make_deposit_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'wizard/add_deposit_items_view.xml',
|
||||
@@ -74,11 +76,10 @@ Statement Reconciliation found in the US and other countries.
|
||||
'account_move_line_view.xml',
|
||||
'deposit_ticket_report.xml',
|
||||
],
|
||||
'demo_xml': [
|
||||
'demo': [
|
||||
'demo/account_banking_make_deposit_demo.xml'
|
||||
],
|
||||
'test': [],
|
||||
'active': False,
|
||||
'installable': True,
|
||||
'certificate': ''
|
||||
}
|
||||
|
||||
@@ -184,15 +184,11 @@ Contributors
|
||||
'account_voucher',
|
||||
'report_webkit',
|
||||
],
|
||||
'init_xml': [],
|
||||
'update_xml': [
|
||||
'data': [
|
||||
"security/account_banking_reconciliation_security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"account_banking_reconciliation_view.xml",
|
||||
"account_move_line_view.xml"
|
||||
],
|
||||
'demo_xml': [],
|
||||
'data': [
|
||||
"account_move_line_view.xml",
|
||||
'report/report.xml',
|
||||
],
|
||||
'installable': True,
|
||||
|
||||
Reference in New Issue
Block a user