TIP: You can type at any time to perform a new search.
Event Sale Update Qty
event_sale_update_qty · OCA/event
- Repository
- OCA/event · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Marketing
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/event
- Last tracking update
- 2026-08-07 08:23:12
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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.
Code Analysis ⓘ
Views touched (2)
| 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 | form | Inherits sale.view_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (6)
-
event_idMany2onerelated='sale_order_line_id.event_id'string='Event' -
new_qtyFloatrequired=Truestring='New Quantity' -
registration_idsMany2many → event.registrationdomain="[('sale_order_line_id', '=', sale_order_line_id)]"string='Attendees' args: 'event.registration' -
sale_order_line_idMany2one → sale.order.linestring='Sale Order Line' args: 'sale.order.line' -
show_registrationsBooleancompute='_compute_show_registrations'store=False -
ticket_idMany2onerelated='sale_order_line_id.event_ticket_id'string='Ticket'
-
action_update(self)
New fields (0)
No new fields.
Public methods (1)-
default_get(self, fields)@api.model
New fields (0)
No new fields.
Public methods (1)-
action_update_event_qty(self)
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 7 days ago
- Last activity
- 7 days ago
- Repository
- OCA/event
- Pull request
- [19.0][MIG] event_sale_update_qty: Migration to version 19.0 (#539)