| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/donation |
| GIT | |
| GIT | https://github.com/OCA/donation.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/donation/tree/16.0/donation_recurring |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/donation |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_mode OCA/donation: - donation - donation_base odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
donation_form |
donation.recurring.form | donation.donation | group | Inherits donation.donation_form |
donation_recurring_generate_form |
donation_recurring_generate.form | donation.recurring.generate | form | New |
donation_search |
donation.search | donation.donation | filter | Inherits donation.donation_search |
donation_tree |
donation.recurring.tree | donation.donation | field | Inherits donation.donation_tree |
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'
active2suspended(self)
name_get(self)
recurring_template_change(self)
suspended2active(self)
unlink(self)
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'
generate(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/donation |
| GIT | |
| GIT | https://github.com/OCA/donation.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/donation/tree/14.0/donation_recurring |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/donation |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_mode OCA/donation: - donation - donation_base odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
donation_form |
donation.recurring.form | donation.donation | group | Inherits donation.donation_form |
donation_recurring_generate_form |
donation_recurring_generate.form | donation.recurring.generate | form | New |
donation_search |
donation.search | donation.donation | filter | Inherits donation.donation_search |
donation_tree |
donation.recurring.tree | donation.donation | field | Inherits donation.donation_tree |
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
string='Recurring Template'
tracking=True
args: [('active', 'Active'), ('suspended', 'Suspended')]
source_recurring_id
Many2one → donation.donation
states={'done': [('readonly', True)]}
string='Source Recurring Template'
args: 'donation.donation'
active2suspended(self)
name_get(self)
recurring_template_change(self)
suspended2active(self)
unlink(self)
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'
generate(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/donation |
| GIT | |
| GIT | https://github.com/OCA/donation.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/donation/tree/11.0/donation_recurring |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Nikul Chaudhary, tbaden |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/donation |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/donation: - donation - donation_base odoo/odoo: - account_invoicing - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
donation_form |
donation.recurring.form | donation.donation | group | Inherits donation.donation_form |
donation_recurring_generate_form |
donation_recurring_generate.form | donation.recurring.generate | form | New |
donation_search |
donation.search | donation.donation | filter | Inherits donation.donation_search |
donation_tree |
donation.recurring.tree | donation.donation | field | Inherits donation.donation_tree |
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
string='Recurring Template'
track_visibility='onchange'
args: [('active', 'Active'), ('suspended', 'Suspended')]
source_recurring_id
Many2one → donation.donation
states={'done': [('readonly', True)]}
string='Source Recurring Template'
args: 'donation.donation'
name_get(self)
recurring_template_change(self)
date
Date
default=fields.Date.context_today
required=True
payment_ref
Char
string='Payment Reference'
generate(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/donation |
| GIT | |
| GIT | https://github.com/OCA/donation.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/donation/tree/10.0/donation_recurring |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis |
| WEBSITE | |
| WEBSITE | http://www.barroux.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/donation: - donation - donation_base odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
donation_form |
donation.recurring.form | donation.donation | group | Inherits donation.donation_form |
donation_recurring_generate_form |
donation_recurring_generate.form | donation.recurring.generate | form | New |
donation_search |
donation.search | donation.donation | filter | Inherits donation.donation_search |
donation_tree |
donation.recurring.tree | donation.donation | field | Inherits donation.donation_tree |
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
string='Recurring Template'
track_visibility='onchange'
args: [('active', 'Active'), ('suspended', 'Suspended')]
source_recurring_id
Many2one → donation.donation
states={'done': [('readonly', True)]}
string='Source Recurring Template'
args: 'donation.donation'
name_get(self)
recurring_template_change(self)
unlink(self)
date
Date
default=fields.Date.context_today
required=True
payment_ref
Char
size=32
string='Payment Reference'
generate(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/donation |
| GIT | |
| GIT | https://github.com/OCA/donation.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/donation/tree/9.0/donation_recurring |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Pedro M. Baeza, Stéphane Bidoul (ACSONE), Stefan Becker |
| WEBSITE | |
| WEBSITE | http://www.barroux.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/donation: - donation - donation_base odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
donation_form |
donation.recurring.form | donation.donation | group | Inherits donation.donation_form |
donation_recurring_generate_form |
donation_recurring_generate.form | donation.recurring.generate | form | New |
donation_search |
donation.search | donation.donation | filter | Inherits donation.donation_search |
donation_tree |
donation.recurring.tree | donation.donation | field | Inherits donation.donation_tree |
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
string='Recurring Template'
track_visibility='onchange'
args: [('active', 'Active'), ('suspended', 'Suspended')]
source_recurring_id
Many2one → donation.donation
states={'done': [('readonly', True)]}
string='Source Recurring Template'
args: 'donation.donation'
recurring_template_change(self)
date
Date
default=fields.Date.context_today
required=True
payment_ref
Char
size=32
string='Payment Reference'
generate(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/donation |
| GIT | |
| GIT | https://github.com/OCA/donation.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/donation/tree/8.0/donation_recurring |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, Barroux Abbey |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.barroux.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/donation: - donation odoo/odoo: - account_accountant - account_voucher - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
donation_form |
donation.recurring.form | donation.donation | group | Inherits donation.donation_form |
donation_recurring_generate_form |
donation_recurring_generate.form | donation.recurring.generate | form | New |
donation_search |
donation.search | donation.donation | filter | Inherits donation.donation_search |
donation_tree |
donation.recurring.tree | donation.donation | field | Inherits donation.donation_tree |
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
string='Recurring Template'
track_visibility='onchange'
args: [('active', 'Active'), ('suspended', 'Suspended')]
source_recurring_id
Many2one → donation.donation
states={'done': [('readonly', True)]}
string='Source Recurring Template'
args: 'donation.donation'
No public methods.
date
Date
default=fields.Date.context_today
required=True
payment_ref
Char
size=32
string='Payment Reference'
generate(self)