Updated __openerp__ and removed openerp style fields

This commit is contained in:
Loïc Faure-Lacroix
2015-03-18 00:25:35 +03:00
committed by Sandy Carter
parent 19dd21fd4a
commit 11f8de67c2
2 changed files with 8 additions and 11 deletions

View File

@@ -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': ''
}

View File

@@ -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,