TIP: You can type at any time to perform a new search.
Crowdfunding Schedule
crowdfunding_schedule · OCA/crowdfunding
- Repository
- OCA/crowdfunding · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Crowdfunding
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/crowdfunding
- Last tracking update
- 2026-07-20 05:06:40
- Authors
- Odoo Community Association (OCA), OS-SCI
- Maintainers
- Odoo Community Association (OCA), OS-SCI
- Committers
- OCA-git-bot, oca-ci, greeshmajopaul
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This module adds start and end datetime scheduling to crowdfunding challenges. Pledges are accepted only while the challenge is in the Open state and within the configured schedule. The challenge page displays countdown timers and status messages before the challenge starts, while it is active, and after it ends.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
challenge_payment_datetime_unavailable |
challenge_payment_datetime_unavailable | ir.ui.view | qweb | New |
crowdfunding_challenge_datetime_schedule_detail |
crowdfunding_challenge_datetime_schedule_detail | ir.ui.view | qweb | Inherits crowdfunding.template_challenge_detail |
crowdfunding_challenge_form_datetime_schedule_inherit |
crowdfunding.challenge.form.datetime.schedule | crowdfunding.challenge | form | Inherits crowdfunding.view_crowdfunding_challenge_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | Payment.crowdfunding_pay |
inherited | http | ALL |
Models touched (1)
New fields (2)
-
end_datetimeDatetimehelp='Date and time when pledges are no longer accepted' -
start_datetimeDatetimehelp='Date and time when pledge become available'
No public methods.