mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-05-19 01:18:17 +00:00
[19.0] account_ebics: fix same label warning for ebics_config_id/ids
This commit is contained in:
@@ -11,11 +11,13 @@ class AccountJournal(models.Model):
|
||||
comodel_name="ebics.config",
|
||||
relation="account_journal_ebics_config_rel",
|
||||
readonly=True,
|
||||
string="EBICS Configs",
|
||||
)
|
||||
ebics_config_id = fields.Many2one(
|
||||
comodel_name="ebics.config",
|
||||
compute="_compute_ebics_config_id",
|
||||
compute_sudo=True,
|
||||
string="EBICS Config",
|
||||
)
|
||||
|
||||
@api.depends("ebics_config_ids")
|
||||
|
||||
Reference in New Issue
Block a user