TIP: You can type at any time to perform a new search.
Donation Direct Debit
donation_direct_debit · OCA/donation
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → account.banking.mandatecheck_company=Truedomain="[('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_requiredBooleanrelated='payment_mode_id.payment_method_id.mandate_required'
-
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_idMany2one → account.accountcheck_company=Truecopy=Falsehelp="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'
No public methods.
New fields (1)
-
donation_debit_order_account_idMany2onedomain="[('reconcile', '=', True), ('deprecated', '=', False), ('company_id', '=', company_id), ('account_type', '=', 'asset_receivable')]"readonly=Falserelated='company_id.donation_debit_order_account_id'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…