Repository
OCA/donation · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.barroux.org
Last tracking update
2026-08-07 07:17:52
Authors
Akretion, Odoo Community Association (OCA), Barroux Abbey
Maintainers
Akretion, Odoo Community Association (OCA), Barroux Abbey
Committers
Alexis de Lattre, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis
Odoo dependencies
OCA/donation:
OCA/reporting-engine:
odoo/odoo:
- web
- bus
Python dependencies
py3o.formats, py3o.template
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
donation_form add.print.thanks.donation.form donation.donation form Inherits donation.donation_form
donation_search add.print.filter.donation.search donation.donation search Inherits donation.donation_search
donation_thanks_template_form donation.thanks.template form New
donation_thanks_template_search donation.thanks.template search New
donation_thanks_template_tree donation.thanks.template tree New
donation_tree add.donation.thanks.template.donation.tree donation.donation tree Inherits donation.donation_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • thanks_printed Boolean
    help='This field automatically becomes active when the thanks letter has been printed.' string='Thanks Printed'
  • thanks_template_id Many2one → donation.thanks.template
    copy=False ondelete='restrict' string='Thanks Template' args: 'donation.thanks.template'
Public methods (1)
  • print_thanks(self)

New fields (5)
  • active Boolean
    default=True
  • company_id Many2one → res.company
    default=<expr> ondelete='cascade' string='Company' args: 'res.company'
  • image Binary
  • name Char
    required=True
  • text Text
    translate=True
Public methods (0)

No public methods.

Loading…

Loading…