Repository
OCA/donation · module folder · Try on Runboat
Module version
2.0.0
Category
Accounting
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/donation
Last tracking update
2026-08-07 08:09:31
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
unidecode
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
donation_form mandate.donation.form donation.donation form Inherits donation.donation_form
res_config_settings_donation donation_direct_debit.res.config.settings.form res.config.settings form Inherits donation.res_config_settings_donation
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • mandate_id Many2one → account.banking.mandate
    check_company=True domain="[('state', '=', 'valid'), ('partner_id', '=', commercial_partner_id), ('company_id', '=', company_id)]" ondelete='restrict' states={'done': [('readonly', True)]} string='Mandate' tracking=True args: 'account.banking.mandate'
  • mandate_required Boolean
    related='payment_mode_id.payment_method_id.mandate_required'
Public methods (3)
  • donation_partner_direct_debit_change(self)
    @api.onchange('payment_mode_id')
  • done2cancel(self)
  • validate(self)
    Create Direct debit payment order on donation validation or update an existing draft Direct Debit pay order

New fields (1)
  • donation_debit_order_account_id Many2one → account.account
    check_company=True copy=False help="Transfer account for donations by debit order. Leave empty if you don't handle donations by debit order on this bank account.This account must be a receivable account, otherwise the debit order will not work." ondelete='restrict' string='Donation by Debit Order Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (1)
  • donation_debit_order_account_id Many2one
    domain="[('reconcile', '=', True), ('deprecated', '=', False), ('company_id', '=', company_id), ('account_type', '=', 'asset_receivable')]" readonly=False related='company_id.donation_debit_order_account_id'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…