mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-20 01:22:01 +02:00
26 lines
468 B
Markdown
26 lines
468 B
Markdown
# Mail Tests
|
|
|
|
This module contains tests related to mail. Those are
|
|
present in a separate module as it contains models used only to perform
|
|
tests independently to functional aspects of other models.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-test_mail
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- mail
|
|
- test_orm
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/test_mail
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|