mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Account Banking SEPA Direct Debit: creditor identifier in config
The sepa_creditor_identifier in res.config.settings is readonly by default (related) but should not.
This commit is contained in:
committed by
Carlos Roca
parent
4d1f65c1fb
commit
333365ee24
@@ -8,4 +8,6 @@ class ResConfigSettings(models.TransientModel):
|
||||
_inherit = 'res.config.settings'
|
||||
|
||||
sepa_creditor_identifier = fields.Char(
|
||||
related='company_id.sepa_creditor_identifier')
|
||||
related='company_id.sepa_creditor_identifier',
|
||||
readonly=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user