Browse Source

[7.0] mark all unported modules as not installable

pull/78/head
Alexandre Fayolle 12 years ago
parent
commit
b747d13ca2
  1. 2
      ir_config_parameter_viewer/__openerp__.py
  2. 2
      mail_environment/__openerp__.py
  3. 5
      security_protector/__openerp__.py
  4. 2
      server_env_base_external_referentials/__openerp__.py
  5. 2
      server_environment/__openerp__.py
  6. 2
      server_environment_files/__openerp__.py
  7. 2
      super_calendar/__openerp__.py

2
ir_config_parameter_viewer/__openerp__.py

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

2
mail_environment/__openerp__.py

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

5
security_protector/__openerp__.py

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

2
server_env_base_external_referentials/__openerp__.py

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

2
server_environment/__openerp__.py

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

2
server_environment_files/__openerp__.py

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

2
super_calendar/__openerp__.py

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