[18.0][MIG] event_sale_reservation: Migration to 18.0#436
[18.0][MIG] event_sale_reservation: Migration to 18.0#436BhaveshHeliconia wants to merge 18 commits intoOCA:18.0from
Conversation
|
/ocabot migration event_sale_reservation |
ee9bcb8 to
e23e442
Compare
|
Hey @OCA/crm-sales-marketing-maintainers would be great if someone could have a look at this module. |
e23e442 to
fe38b34
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
This module extends the functionality of event_sale to support selling reservations of events that still don't exist and to allow you to schedule the creation of events based on how many reservations already exist. Includes integration workaround to avoid test conflicts with `event_sale_registration_multi_qty`. @Tecnativa TT27664 [UPD] Update event_sale_reservation.pot [UPD] README.rst
TT31321 [UPD] Update event_sale_reservation.pot [UPD] README.rst
Currently translated at 100.0% (32 of 32 strings) Translation: event-15.0/event-15.0-event_sale_reservation Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-event_sale_reservation/it/
Currently translated at 100.0% (32 of 32 strings) Translation: event-15.0/event-15.0-event_sale_reservation Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-event_sale_reservation/it/
Currently translated at 100.0% (32 of 32 strings) Translation: event-15.0/event-15.0-event_sale_reservation Translate-URL: https://translation.odoo-community.org/projects/event-15-0/event-15-0-event_sale_reservation/es/
Currently translated at 100.0% (32 of 32 strings) Translation: event-17.0/event-17.0-event_sale_reservation Translate-URL: https://translation.odoo-community.org/projects/event-17-0/event-17-0-event_sale_reservation/it/
fe38b34 to
f62cc7e
Compare
|
Hey @OCA/e-learning-maintainers would be great if someone could have a look at this module. |
| _inherit = "product.template" | ||
|
|
||
| detailed_type = fields.Selection( | ||
| type = fields.Selection( |
There was a problem hiding this comment.
Shouldn't be better to use service_tracking?
A migration script might be needed
There was a problem hiding this comment.
I’ve updated it as per your suggestion and used service_tracking. Thanks for your suggestion. Kindly please review.
No description provided.