mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-22 00:22:02 +02:00
54 lines
1.2 KiB
Markdown
54 lines
1.2 KiB
Markdown
# Test Full eLearning Flow
|
|
|
|
|
|
This module will test the main certification flow of Odoo.
|
|
It will install the e-learning, survey and e-commerce apps and make a complete
|
|
certification flow including purchase, certification, failure and success.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-test_website_slides_full
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- website_sale_product_configurator
|
|
- website_sale_slides
|
|
- website_slides_forum
|
|
- website_slides_survey
|
|
- payment_demo
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: Test Full eLearning Flow
|
|
- **Version**: 1.0
|
|
- **Category**: Hidden/Tests
|
|
- **License**: LGPL-3
|
|
- **Installable**: True
|
|
|
|
## Source
|
|
|
|
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `test_website_slides_full`.
|
|
|
|
## License
|
|
|
|
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
|
|
|
## Documentation
|
|
|
|
- Overview: doc/OVERVIEW.md
|
|
- Architecture: doc/ARCHITECTURE.md
|
|
- Models: doc/MODELS.md
|
|
- Controllers: doc/CONTROLLERS.md
|
|
- Wizards: doc/WIZARDS.md
|
|
- Reports: doc/REPORTS.md
|
|
- Security: doc/SECURITY.md
|
|
- Install: doc/INSTALL.md
|
|
- Usage: doc/USAGE.md
|
|
- Configuration: doc/CONFIGURATION.md
|
|
- Dependencies: doc/DEPENDENCIES.md
|
|
- Troubleshooting: doc/TROUBLESHOOTING.md
|
|
- FAQ: doc/FAQ.md
|