Skip to content

Commit

Permalink
Merge PR #72 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 Nov 11, 2024
2 parents 48ee7e1 + 5db815c commit 4198ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign_oca/models/sign_oca_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ def _compute_is_allow_signature(self):
not item.signed_on and item.partner_id == user.partner_id
)

@api.depends("access_token")
def _compute_access_url(self):
result = super()._compute_access_url()
for record in self:
Expand Down

0 comments on commit 4198ed5

Please sign in to comment.