mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] help is not a tuple
This commit is contained in:
@@ -34,8 +34,8 @@ class CreditControlPolicy(Model):
|
||||
'Policy Levels'),
|
||||
|
||||
'do_nothing': fields.boolean('Do nothing',
|
||||
help=('For policies which should not',
|
||||
'generate lines or are obsolete')),
|
||||
help='For policies which should not'
|
||||
'generate lines or are obsolete'),
|
||||
|
||||
'company_id': fields.many2one('res.company', 'Company'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user