mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-19 16:52:03 +02:00
26 lines
401 B
Markdown
26 lines
401 B
Markdown
# In-App Purchases
|
|
|
|
|
|
This module provides standard tools (account model, context manager and helpers)
|
|
to support In-App purchases inside Odoo.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-iap
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- web
|
|
- base_setup
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/iap
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|