[18.0][ADD] sign_oca_reminder: reminders, resend, and expiration#150
Open
manana2520 wants to merge 1 commit intoOCA:18.0from
Open
[18.0][ADD] sign_oca_reminder: reminders, resend, and expiration#150manana2520 wants to merge 1 commit intoOCA:18.0from
manana2520 wants to merge 1 commit intoOCA:18.0from
Conversation
Add DocuSign-like reminder, resend, and expiration functionality to OCA's sign_oca module. Features: - Manual "Resend" button to re-notify unsigned signers - Automatic reminders via daily cron at configurable intervals - Request expiration with automatic cancellation - Company-level defaults in Settings > Sign OCA - "Expiring Soon" and "Expired" search filters - Post-init hook to backfill sent_date for existing requests Tests: 23 test cases covering reminders, expiration, cron behavior, computed fields, and edge cases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds DocuSign-like reminder, resend, and expiration functionality to
sign_oca.Features
sent_datefor existing sent requests so reminders work immediately after installTechnical Details
sign.oca.requestwith new fields:sent_date,reminder_enabled,reminder_interval_days,last_reminder_date,reminder_count,validity_date,next_reminder_datesign.oca.request.logwith new actions:resend,expire,reminderres.companyandres.config.settingsfor company-level defaultssign_oca(no other dependencies)Test Coverage
23 test cases covering:
next_reminder_date,is_expired)Screenshots
The module adds reminder/expiration fields to the sign request form:
(Will add screenshots if requested by reviewers)
Migration Notes