[MIGR] Set the 'installable' flags to False on addons. They should be activated when their migration is done.

This commit is contained in:
Guewen Baconnier
2013-03-14 09:47:00 +01:00
parent 6319bf17db
commit 458972b852
3 changed files with 3 additions and 3 deletions

View File

@@ -65,5 +65,5 @@ After finishing the configuration, you will just have to click on printing butto
],
"demo_xml" : [],
"active": False,
"installable": True
"installable": False
}

View File

@@ -113,7 +113,7 @@ Dependencies
'security/ir.model.access.csv',
],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'application': True,
}

View File

@@ -36,6 +36,6 @@ Glue module between the `pingen` and the `document` modules.
'pingen_document_view.xml',
],
'tests': [],
'installable': True,
'installable': False,
'auto_install': True,
}