mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 03:52:04 +02:00
31 lines
567 B
Markdown
31 lines
567 B
Markdown
# Associations Management
|
|
|
|
|
|
This module is to configure modules related to an association.
|
|
==============================================================
|
|
|
|
It installs the profile for associations to manage events, registrations, memberships,
|
|
membership products (schemes).
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-association
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- base_setup
|
|
- membership
|
|
- event
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 16.0
|
|
- Path: addons/association
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|