[MIG] Setting all modules to uninstallable

This commit is contained in:
Stefan Rijnhart
2013-02-26 22:06:36 +01:00
parent 65adef55b5
commit 116063c7bc
8 changed files with 8 additions and 8 deletions

View File

@@ -107,5 +107,5 @@
recognized and made available at server (re)start.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -49,5 +49,5 @@ Imported bank transfers are organized in statements covering periods of one week
even if the imported files cover a different period.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -58,5 +58,5 @@ of one week, even if the imported files cover a different period.
This modules contains no logic, just an import filter for account_banking.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -54,5 +54,5 @@ of one week, even if the imported files cover a different period.
This modules contains no logic, just an import filter for account_banking.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -48,5 +48,5 @@
Initial release of this module was co-sponsored by Canonical.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -58,5 +58,5 @@ banking institutions. The banking addons are a continuation of Account Banking
Framework by Edusense BV. See https://launchpad.net/banking-addons.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -57,5 +57,5 @@ your system, unless you installed the 6.0 version of this
module prior to the upgrade to OpenERP 6.1.
''',
'active': False,
'installable': True,
'installable': False,
}

View File

@@ -40,5 +40,5 @@
When composing a payment order, select all candidates by default (in the second step of the "Select invoices to pay" wizard).
''',
'active': False,
'installable': True,
'installable': False,
}