Skip to content

Commit

Permalink
[FIX] rename call to get method of ir.default model
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-dacosta committed Jan 31, 2025
1 parent 9a8bdf1 commit 5814c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_financial_report/models/res_config_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_values(self):
res.update(
age_partner_config_id=self.env["ir.default"]
.sudo()
.get(
._get(
"aged.partner.balance.report.wizard",
"age_partner_config_id",
company_id=self.env.company.id,
Expand Down

0 comments on commit 5814c1b

Please sign in to comment.