mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[MIG] Setting all modules to uninstallable
This commit is contained in:
@@ -107,5 +107,5 @@
|
||||
recognized and made available at server (re)start.
|
||||
''',
|
||||
'active': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -48,5 +48,5 @@
|
||||
Initial release of this module was co-sponsored by Canonical.
|
||||
''',
|
||||
'active': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user