Skip to content

Commit

Permalink
FIX acc_facto_balance: _get_company()
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Sep 10, 2023
1 parent 736fda7 commit a6a1d99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ def unlink(self):
return super().unlink()

def _get_company_id(self):
return self.env.user.company_id.id
return self.env.company.id

0 comments on commit a6a1d99

Please sign in to comment.