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-08-07 08:43:07
Authors
Odoo Community Association (OCA), Hunki Enterprises BV
Maintainers
Odoo Community Association (OCA), Hunki Enterprises BV
Committers
Holger Brunn, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
oca_all
Description
This module allows users to mark their pledges as public.

Pledges show up beneath the challenge description as soon as they're paid.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
pay_details pay_details ir.ui.view qweb Inherits crowdfunding.pay_details
pledge_detail pledge_detail ir.ui.view qweb New
portal_invoice_page portal_invoice_page ir.ui.view qweb Inherits account.portal_invoice_page
template_challenge_detail template_challenge_detail ir.ui.view qweb Inherits crowdfunding.template_challenge_detail
view_move_form account.move form Inherits crowdfunding.view_move_form
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
/crowdfunding/<model('crowdfunding.challenge'):challenge>/pledge/<int:partner_id> CrowdfundingController.pledge_detail public http ALL sudo website
/my/invoices/<int:invoice_id>/crowdfunding/public Portal.set_public public json ALL website
Models touched (2)

New fields (1)
  • crowdfunding_public Boolean
    args: 'Show on website'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…