mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] flake8 PEP8 account_partner_required
This commit is contained in:
committed by
Wesley Oliveira
parent
c0fe4c0d9b
commit
fd35f40738
@@ -28,11 +28,11 @@ class account_account_type(orm.Model):
|
||||
_inherit = "account.account.type"
|
||||
|
||||
_columns = {
|
||||
'partner_policy': fields.selection([
|
||||
('optional', 'Optional'),
|
||||
('always', 'Always'),
|
||||
('never', 'Never')
|
||||
], 'Policy for partner field',
|
||||
'partner_policy': fields.selection(
|
||||
[('optional', 'Optional'),
|
||||
('always', 'Always'),
|
||||
('never', 'Never')],
|
||||
'Policy for partner field',
|
||||
help="Set the policy for the partner field : if you select "
|
||||
"'Optional', the accountant is free to put a partner "
|
||||
"on an account move line with this type of account ; "
|
||||
|
||||
Reference in New Issue
Block a user