| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/event |
| GIT | |
| GIT | https://github.com/OCA/event.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/event/tree/17.0/event_sale_update_qty |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Marketing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/event |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - event_sale - event - barcodes - web - base - base_setup - bus - web_tour - phone_validation - portal - web_editor - http_routing - auth_signup - utm - sale_management - sale - sales_team - account_payment - account - onboarding - product - uom - analytic - digest - resource - payment |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of *event_sale* to better manage event participants after the sale confirmation. Allow users to modify the number of attendees for event-related sale order lines after confirmation. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_event_sale_update_qty_wizard_form |
event.sale.update.qty.wizard.form | event.sale.update.qty.wizard | form | New |
view_order_form |
sale.order | xpath | Inherits sale.view_order_form |
event_id
Many2one
related='sale_order_line_id.event_id'
string='Event'
new_qty
Float
required=True
string='New Quantity'
registration_ids
Many2many → event.registration
domain="[('sale_order_line_id', '=', sale_order_line_id)]"
string='Attendees'
args: 'event.registration'
sale_order_line_id
Many2one → sale.order.line
string='Sale Order Line'
args: 'sale.order.line'
show_registrations
Boolean
compute='_compute_show_registrations'
store=False
ticket_id
Many2one
related='sale_order_line_id.event_ticket_id'
string='Ticket'
action_update(self)
No new fields.
Public methods (1)default_get(self, fields)
No new fields.
Public methods (1)action_update_event_qty(self)