Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Aug 13, 2024
1 parent cfe705e commit ee1ef77
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ class ResPartner(models.Model):
_inherit = "res.partner"

factor_bank_id = fields.Many2one(
comodel_name="res.partner.bank", groups="account.group_account_manager"
comodel_name="res.partner.bank",
company_dependent=True,
groups="account.group_account_manager",
)

def _get_partner_eurof_mapping(self):
Expand Down

0 comments on commit ee1ef77

Please sign in to comment.