-
- Downloads
[FIX] event_[booth_]sale: don't allow event product on quotation template
Current behavior: In a sale order: a wizard pops up to complete the link with the event and attendee when we add an event product (same issue with event booth). In quotation template: the wizard doesn't pop up when we add an event as optional product. When we create a sales order with the quotation template, the event is added as product but the wizard still does not pop up, and therefore, the SO is not linked to the event. After this commit: Don't allow adding event (or event booth) as optional product to a quotation template. A same fix was already done on products (not optional) here: https://github.com/odoo/odoo/pull/100499 opw-3081853 closes odoo/odoo#113720 X-original-commit: a6bc38598f695ead9d9816b6858823b28b4ba95d Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com> Signed-off-by:
Nasreddin Boulif (bon) <bon@odoo.com>
Showing
- addons/event_booth_sale/models/__init__.py 1 addition, 0 deletionsaddons/event_booth_sale/models/__init__.py
- addons/event_booth_sale/models/sale_order_template_option.py 6 additions, 0 deletionsaddons/event_booth_sale/models/sale_order_template_option.py
- addons/event_sale/models/__init__.py 1 addition, 0 deletionsaddons/event_sale/models/__init__.py
- addons/event_sale/models/sale_order_template_option.py 6 additions, 0 deletionsaddons/event_sale/models/sale_order_template_option.py
Please register or sign in to comment