[IMP] use 'data' instead of 'update_xml' in descriptors

bzr revid: abo@openerp.com-20120604113952-l2sojh6nfluexdvp
This commit is contained in:
Antonin Bourguignon 2012-06-04 13:39:52 +02:00
parent 7b9ce32172
commit 7e8fda694d
4 changed files with 4 additions and 5 deletions

View File

@ -31,7 +31,7 @@ installed.
""",
'author': 'OpenERP SA',
'depends': ['crm_claim','portal'],
'update_xml': [
'data': [
'security/portal_security.xml',
'portal_claim_view.xml',
"security/ir.model.access.csv",

View File

@ -31,7 +31,7 @@ installed.
""",
'author': 'OpenERP SA',
'depends': ['event','portal'],
'update_xml': [
'data': [
'security/portal_security.xml',
"board_portal_event_view.xml",
'portal_event_view.xml',
@ -40,6 +40,5 @@ installed.
'installable': True,
'auto_install':True,
'category':'Hidden',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -31,7 +31,7 @@ portal are installed.
""",
'author': 'OpenERP SA',
'depends': ['project_issue','portal'],
'update_xml': [
'data': [
'security/portal_security.xml',
'security/ir.model.access.csv',
'portal_issue_view.xml',

View File

@ -31,7 +31,7 @@ installed.
""",
'author': 'OpenERP SA',
'depends': ['sale','portal'],
'update_xml': [
'data': [
'security/portal_security.xml',
'portal_sale_view.xml',
"security/ir.model.access.csv",