Repository
OCA/donation · module folder · Try on Runboat
Module version
1.1.0
Category
Accounting
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/donation
Last tracking update
2026-08-11 16:56:43
Authors
Akretion, Odoo Community Association (OCA), Barroux Abbey
Maintainers
Akretion, Odoo Community Association (OCA), Barroux Abbey
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/bank-payment:
OCA/donation:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
donation_form donation.recurring.form donation.donation form Inherits donation.donation_form
donation_recurring_generate_form donation_recurring_generate.form donation.recurring.generate form New
donation_search donation.search donation.donation search Inherits donation.donation_search
donation_tree donation.recurring.tree donation.donation tree Inherits donation.donation_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • recurring_donation_ids One2many → donation.donation
    copy=False readonly=True string='Past Recurring Donations' args: 'donation.donation', 'source_recurring_id'
  • recurring_template Selection
    copy=False index=True tracking=True args: [('active', 'Active'), ('suspended', 'Suspended')]
  • source_recurring_id Many2one → donation.donation
    states={'done': [('readonly', True)]} string='Source Recurring Template' args: 'donation.donation'
Public methods (5)
  • active2suspended(self)
  • name_get(self)
    @api.depends('state', 'partner_id', 'move_id', 'recurring_template')
  • recurring_template_change(self)
    @api.onchange('recurring_template')
  • suspended2active(self)
  • unlink(self)

New fields (3)
  • company_id Many2one → res.company
    default=<expr> required=True string='Company' args: 'res.company'
  • date Date
    default=fields.Date.context_today required=True
  • payment_ref Char
    string='Payment Reference'
Public methods (1)
  • generate(self)

Loading…

Loading…

Loading…

Loading…

Loading…