Skip to content

Commit

Permalink
Merge PR #62 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Sep 13, 2024
2 parents c3b7e5c + 1113908 commit acc5747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign_oca/models/res_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def sign_oca_request_user_count(self):
"child_of",
[self.env.user.partner_id.commercial_partner_id.id],
),
("signed_on", "=", False),
]
signer_model = self.env["sign.oca.request.signer"]
signer_groups = signer_model.read_group(domain, ["model"], ["model"])
Expand Down

0 comments on commit acc5747

Please sign in to comment.