[7.0] mark all unported modules as not installable

pull/78/head
Alexandre Fayolle 2013-01-18 15:26:01 +01:00
parent 51d244a35c
commit b747d13ca2
7 changed files with 10 additions and 9 deletions

View File

@ -15,6 +15,6 @@
'init_xml': [],
'update_xml': ['ir_config_parameter_view.xml'],
'demo_xml': [],
'installable': True,
'installable': False,
'auto_install': False}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -61,7 +61,7 @@ password = openerp
'init_xml': [],
'update_xml': ['mail_view.xml'],
'demo_xml': [],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -19,6 +19,7 @@
'init_xml': ['data.xml'],
'update_xml': ['security_view.xml'],
'demo_xml': [],
'installable': True,
'auto_install': False}
'installable': False,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -42,6 +42,6 @@ apipass = my_api_password
"init_xml": [],
"demo_xml": [],
"update_xml": [],
"installable": True,
"installable": False,
"active": False,
}

View File

@ -69,6 +69,6 @@ serv_config.get('external_service.ftp', 'tls')
"update_xml": [
'serv_config.xml',
],
"installable": True,
"installable": False,
"active": False,
}

View File

@ -32,6 +32,6 @@
"init_xml": [],
"demo_xml": [],
"update_xml": [],
"installable": True,
"installable": False,
"active": False,
}

View File

@ -72,5 +72,5 @@ As you can see, several filters are available. A typical usage consists in filte
],
"demo_xml" : [],
"active": False,
"installable": True
"installable": False
}