mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-05-19 01:18:17 +00:00
[18.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",
|
comodel_name="ebics.config",
|
||||||
relation="account_journal_ebics_config_rel",
|
relation="account_journal_ebics_config_rel",
|
||||||
readonly=True,
|
readonly=True,
|
||||||
|
string="Ebics Configs",
|
||||||
)
|
)
|
||||||
ebics_config_id = fields.Many2one(
|
ebics_config_id = fields.Many2one(
|
||||||
comodel_name="ebics.config",
|
comodel_name="ebics.config",
|
||||||
compute="_compute_ebics_config_id",
|
compute="_compute_ebics_config_id",
|
||||||
compute_sudo=True,
|
compute_sudo=True,
|
||||||
|
string="Ebics Config",
|
||||||
)
|
)
|
||||||
|
|
||||||
@api.depends("ebics_config_ids")
|
@api.depends("ebics_config_ids")
|
||||||
|
|||||||
Reference in New Issue
Block a user