mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-22 01:42:02 +02:00
34 lines
593 B
Markdown
34 lines
593 B
Markdown
# Test Full Crm Flow
|
|
|
|
|
|
This module is intended to test the main crm flows of Odoo, both frontend and
|
|
backend. It notably includes IAP bridges modules to test their impact.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-test_crm_full
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- crm
|
|
- crm_iap_enrich
|
|
- crm_iap_mine
|
|
- crm_sms
|
|
- event_crm
|
|
- sale_crm
|
|
- website_crm
|
|
- website_crm_iap_reveal
|
|
- website_crm_partner_assign
|
|
- website_crm_livechat
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/test_crm_full
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|