mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 08:12:07 +02:00
36 lines
882 B
Markdown
36 lines
882 B
Markdown
# Events Sales
|
|
|
|
|
|
Creating registration with sales orders.
|
|
========================================
|
|
|
|
This module allows you to automate and connect your registration creation with
|
|
your main sale flow and therefore, to enable the invoicing feature of registrations.
|
|
|
|
It defines a new kind of service products that offers you the possibility to
|
|
choose an event category associated with it. When you encode a sales order for
|
|
that product, you will be able to choose an existing event of that category and
|
|
when you confirm your sales order it will automatically create a registration for
|
|
this event.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-event_sale
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- event_product
|
|
- sale_management
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/event_sale
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|