diff --git a/account_banking_tests/__openerp__.py b/account_banking_tests/__openerp__.py index df329766d..59eff6ce9 100644 --- a/account_banking_tests/__openerp__.py +++ b/account_banking_tests/__openerp__.py @@ -31,7 +31,11 @@ 'account_banking_sepa_credit_transfer', ], 'description': ''' - This addon adds unit tests for the Banking addons +This addon adds unit tests for the Banking addons. Installing this +module will not give you any benefit other than having the tests' +dependencies installed, so that you can run the tests. If you only +run the tests manually, you don't even have to install this module, +only its dependencies. ''', 'auto_install': False, 'installable': True,