Skip to content

Commit

Permalink
Merge PR #58 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Aug 26, 2024
2 parents 425ebf8 + 9cf9b5a commit 88e7820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign_oca/models/sign_oca_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def get_info(self):
"name": self.name,
"items": self.signatory_data,
"roles": [
{"id": signer.id, "name": signer.role_id.name}
{"id": signer.role_id.id, "name": signer.role_id.name}
for signer in self.signer_ids
],
"fields": [
Expand Down

0 comments on commit 88e7820

Please sign in to comment.