mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 09:12:01 +02:00
37 lines
670 B
Markdown
37 lines
670 B
Markdown
# Events Organization
|
|
|
|
|
|
Organization and management of Events.
|
|
======================================
|
|
|
|
The event module allows you to efficiently organize events and all related tasks: planning, registration tracking,
|
|
attendances, etc.
|
|
|
|
Key Features
|
|
------------
|
|
* Manage your Events and Registrations
|
|
* Use emails to automatically confirm and send acknowledgments for any event registration
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-event
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- base_setup
|
|
- mail
|
|
- portal
|
|
- utm
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 16.0
|
|
- Path: addons/event
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|