mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
convert the repo to 79 columns
This commit is contained in:
@@ -125,8 +125,8 @@ class AccountStatementLabel(orm.Model):
|
||||
'label': fields.char('Bank Statement Label', size=100),
|
||||
'account_id': fields.many2one('account.account', 'Account',
|
||||
required=True,
|
||||
help='Account corresponding to the label '
|
||||
'for a given partner'),
|
||||
help='Account corresponding to the '
|
||||
'label for a given partner'),
|
||||
'company_id': fields.related('account_id', 'company_id',
|
||||
type='many2one',
|
||||
relation='res.company',
|
||||
|
||||
Reference in New Issue
Block a user