| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-abbey |
| GIT | |
| GIT | https://github.com/OCA/vertical-abbey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-abbey/tree/18.0/donation_stay |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Lodging |
| 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-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/vertical-abbey |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/donation: - donation - donation_base OCA/vertical-abbey: - stay OCA/web: - web_timeline odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds a wizard to create a donation from a stay. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
create_donation_stay_form |
donation.stay.create.form | donation.stay.create | form | New |
donation_form |
donation.donation | group | Inherits donation.donation_form | |
donation_search |
donation.donation | filter | Inherits donation.donation_search | |
donation_tree |
donation.donation | field | Inherits donation.donation_tree | |
res_config_settings_view_form |
donation_stay.res.config.settings.form | res.config.settings | app | Inherits stay.res_config_settings_view_form |
stay_add_donation_form |
add.donation.from.stay.form | stay.stay | button | Inherits stay.stay_form |
stay_search |
donation.stay.search | stay.stay | filter | Inherits stay.stay_search |
stay_tree |
donation.stay.tree | stay.stay | field | Inherits stay.stay_tree |
stay_id
Many2one → stay.stay
check_company=True
copy=False
domain=[('state', '!=', 'draft')]
string='Stay'
tracking=True
args: 'stay.stay'
No public methods.
amount
Monetary
currency_field='currency_id'
required=True
string='Donation Amount'
company_id
Many2one → res.company
required=True
string='Company'
args: 'res.company'
currency_id
Many2one → res.currency
default=<expr>
required=True
string='Currency'
args: 'res.currency'
date_donation
Date
default=fields.Date.context_today
required=True
args: 'Donation Date'
partner_id
Many2one → res.partner
required=True
string='Guest'
args: 'res.partner'
payment_method_line_id
Many2one → account.payment.method.line
domain="[('donation', '=', True), ('company_id', '=', company_id)]"
required=True
string='Payment Mode'
args: 'account.payment.method.line'
payment_ref
Char
stay_id
Many2one → stay.stay
required=True
string='Stay'
args: 'stay.stay'
create_donation(self)
default_get(self, fields_list)
donation_stay_campaign_id
Many2one → donation.campaign
ondelete='restrict'
string='Campaign for Stay Donations'
args: 'donation.campaign'
donation_stay_product_id
Many2one → product.product
domain=[('donation_type', '=', 'donation')]
ondelete='restrict'
string='Product for Stay Donations'
args: 'product.product'
No public methods.
donation_stay_campaign_id
Many2one
readonly=False
related='company_id.donation_stay_campaign_id'
donation_stay_product_id
Many2one
readonly=False
related='company_id.donation_stay_product_id'
No public methods.
company_currency_id
Many2one
related='company_id.currency_id'
store=True
string='Company Currency'
donation_count
Integer
compute='_compute_donation'
store=True
string='Number of Donations'
donation_ids
One2many → donation.donation
string='Donations'
args: 'donation.donation', 'stay_id'
donation_total
Monetary
compute='_compute_donation'
currency_field='company_currency_id'
help='Total donation amount for draft and valid donations in company currency.'
store=True
show_donations(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-abbey |
| GIT | |
| GIT | https://github.com/OCA/vertical-abbey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-abbey/tree/16.0/donation_stay |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Lodging |
| 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/vertical-abbey |
| 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 OCA/vertical-abbey: - stay OCA/web: - web_timeline 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 |
xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
create_donation_stay_form |
donation.stay.create.form | donation.stay.create | form | New |
donation_form |
donation.donation | group | Inherits donation.donation_form | |
donation_search |
donation.donation | filter | Inherits donation.donation_search | |
donation_tree |
donation.donation | field | Inherits donation.donation_tree | |
res_config_settings_view_form |
donation_stay.res.config.settings.form | res.config.settings | div | Inherits stay.res_config_settings_view_form |
stay_add_donation_form |
add.donation.from.stay.form | stay.stay | button | Inherits stay.stay_form |
stay_search |
donation.stay.search | stay.stay | filter | Inherits stay.stay_search |
stay_tree |
donation.stay.tree | stay.stay | field | Inherits stay.stay_tree |
stay_id
Many2one → stay.stay
check_company=True
copy=False
domain=[('state', '!=', 'draft')]
string='Stay'
tracking=True
args: 'stay.stay'
No public methods.
amount
Monetary
currency_field='currency_id'
required=True
string='Donation Amount'
company_id
Many2one → res.company
required=True
string='Company'
args: 'res.company'
currency_id
Many2one → res.currency
default=<expr>
required=True
string='Currency'
args: 'res.currency'
date_donation
Date
default=fields.Date.context_today
required=True
args: 'Donation Date'
partner_id
Many2one → res.partner
required=True
string='Guest'
args: 'res.partner'
payment_mode_id
Many2one → account.payment.mode
domain="[('donation', '=', True), ('company_id', '=', company_id)]"
required=True
string='Payment Mode'
args: 'account.payment.mode'
payment_ref
Char
stay_id
Many2one → stay.stay
required=True
string='Stay'
args: 'stay.stay'
create_donation(self)
default_get(self, fields_list)
donation_stay_campaign_id
Many2one → donation.campaign
ondelete='restrict'
string='Campaign for Stay Donations'
args: 'donation.campaign'
donation_stay_product_id
Many2one → product.product
domain=[('detailed_type', '=', 'donation')]
ondelete='restrict'
string='Product for Stay Donations'
args: 'product.product'
No public methods.
donation_stay_campaign_id
Many2one
readonly=False
related='company_id.donation_stay_campaign_id'
donation_stay_product_id
Many2one
readonly=False
related='company_id.donation_stay_product_id'
No public methods.
company_currency_id
Many2one
related='company_id.currency_id'
store=True
string='Company Currency'
donation_count
Integer
compute='_compute_donation'
store=True
string='Number of Donations'
donation_ids
One2many → donation.donation
string='Donations'
args: 'donation.donation', 'stay_id'
donation_total
Monetary
compute='_compute_donation'
currency_field='company_currency_id'
help='Total donation amount for draft and valid donations in company currency.'
store=True
show_donations(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-abbey |
| GIT | |
| GIT | https://github.com/OCA/vertical-abbey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-abbey/tree/14.0/donation_stay |
| VERSION | |
| VERSION | 3.0.0 |
| CATEGORY | |
| CATEGORY | Lodging |
| 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/vertical-abbey |
| 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 OCA/vertical-abbey: - stay OCA/web: - web_timeline 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 |
xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
create_donation_stay_form |
donation.stay.create.form | donation.stay.create | form | New |
donation_form |
donation.donation | group | Inherits donation.donation_form | |
donation_search |
donation.donation | filter | Inherits donation.donation_search | |
donation_tree |
donation.donation | field | Inherits donation.donation_tree | |
res_config_settings_view_form |
donation_stay.res.config.settings.form | res.config.settings | div | Inherits stay.res_config_settings_view_form |
stay_add_donation_form |
add.donation.from.stay.form | stay.stay | button | Inherits stay.stay_form |
stay_search |
donation.stay.search | stay.stay | filter | Inherits stay.stay_search |
stay_tree |
donation.stay.tree | stay.stay | field | Inherits stay.stay_tree |
stay_id
Many2one → stay.stay
check_company=True
copy=False
domain=[('state', '!=', 'draft')]
string='Stay'
tracking=True
args: 'stay.stay'
No public methods.
amount
Monetary
currency_field='currency_id'
required=True
string='Donation Amount'
company_id
Many2one → res.company
required=True
string='Company'
args: 'res.company'
currency_id
Many2one → res.currency
default=<expr>
required=True
string='Currency'
args: 'res.currency'
date_donation
Date
default=fields.Date.context_today
required=True
args: 'Donation Date'
partner_id
Many2one → res.partner
required=True
string='Guest'
args: 'res.partner'
payment_mode_id
Many2one → account.payment.mode
domain="[('donation', '=', True), ('company_id', '=', company_id)]"
required=True
string='Payment Mode'
args: 'account.payment.mode'
payment_ref
Char
stay_id
Many2one → stay.stay
required=True
string='Stay'
args: 'stay.stay'
create_donation(self)
default_get(self, fields_list)
donation_stay_campaign_id
Many2one → donation.campaign
ondelete='restrict'
string='Campaign for Stay Donations'
args: 'donation.campaign'
donation_stay_product_id
Many2one → product.product
ondelete='restrict'
string='Product for Stay Donations'
args: 'product.product'
No public methods.
donation_stay_campaign_id
Many2one
readonly=False
related='company_id.donation_stay_campaign_id'
donation_stay_product_id
Many2one
readonly=False
related='company_id.donation_stay_product_id'
No public methods.
company_currency_id
Many2one
related='company_id.currency_id'
store=True
string='Company Currency'
donation_count
Integer
compute='_compute_donation'
store=True
string='Number of Donations'
donation_ids
One2many → donation.donation
string='Donations'
args: 'donation.donation', 'stay_id'
donation_total
Monetary
compute='_compute_donation'
currency_field='company_currency_id'
help='Total donation amount for draft and valid donations in company currency.'
store=True
show_donations(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-abbey |
| GIT | |
| GIT | https://github.com/OCA/vertical-abbey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-abbey/tree/10.0/donation_stay |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Lodging |
| 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) |
| 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 OCA/vertical-abbey: - stay OCA/web: - web_timeline odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
create_donation_stay_form |
donation.stay.create.form | donation.stay.create | form | New |
stay_add_donation_form |
add.donation.from.stay.form | stay.stay | header | Inherits stay.stay_form |
amount
Monetary
currency_field='currency_id'
string='Donation Amount'
currency_id
Many2one → res.currency
default=<expr>
required=True
string='Currency'
args: 'res.currency'
date_donation
Date
default=fields.Date.context_today
required=True
args: 'Donation Date'
journal_id
Many2one → account.journal
domain=[('type', 'in', ('bank', 'cash')), ('allow_donation', '=', True)]
required=True
string='Payment Method'
args: 'account.journal'
payment_ref
Char
size=32
args: 'Payment Reference'
create_donation(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-abbey |
| GIT | |
| GIT | https://github.com/OCA/vertical-abbey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-abbey/tree/9.0/donation_stay |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Lodging |
| 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 | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| 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 OCA/vertical-abbey: - stay 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 |
|---|---|---|---|---|
create_donation_stay_form |
donation.stay.create.form | donation.stay.create | form | New |
stay_add_donation_form |
add.donation.from.stay.form | stay.stay | header | Inherits stay.stay_form |
amount
Float
digits=dp.get_precision('Account')
string='Donation Amount'
currency_id
Many2one → res.currency
default=<expr>
required=True
string='Currency'
args: 'res.currency'
date_donation
Date
default=fields.Date.context_today
required=True
args: 'Donation Date'
journal_id
Many2one → account.journal
domain=[('type', 'in', ('bank', 'cash')), ('allow_donation', '=', True)]
required=True
string='Payment Method'
args: 'account.journal'
payment_ref
Char
size=32
args: 'Payment Reference'
create_donation(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-abbey |
| GIT | |
| GIT | https://github.com/OCA/vertical-abbey.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-abbey/tree/8.0/donation_stay |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Lodging |
| 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), Frère Bernard |
| 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 OCA/vertical-abbey: - stay 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 |
|---|---|---|---|---|
create_donation_stay_form |
donation.stay.create.form | donation.stay.create | form | New |
stay_add_donation_form |
add.donation.from.stay.form | stay.stay | header | Inherits stay.stay_form |
amount
Float
digits=dp.get_precision('Account')
string='Donation Amount'
currency_id
Many2one → res.currency
default=<expr>
required=True
string='Currency'
args: 'res.currency'
date_donation
Date
default=fields.Date.context_today
required=True
args: 'Donation Date'
journal_id
Many2one → account.journal
domain=[('type', 'in', ('bank', 'cash')), ('allow_donation', '=', True)]
required=True
string='Payment Method'
args: 'account.journal'
payment_ref
Char
size=32
args: 'Payment Reference'
create_donation(self)