mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 22:32:07 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
98
odoo-bringout-oca-ocb-mail/README.md
Normal file
98
odoo-bringout-oca-ocb-mail/README.md
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
# Discuss
|
||||
|
||||
|
||||
|
||||
Chat, mail gateway and private channel.
|
||||
=======================================
|
||||
|
||||
Communicate with your colleagues/customers/guest within Odoo.
|
||||
|
||||
Discuss/Chat
|
||||
------------
|
||||
User-friendly "Discuss" features that allows one 2 one or group communication
|
||||
(text chat/voice call/video call), invite guests and share documents with
|
||||
them, all real-time.
|
||||
|
||||
Mail gateway
|
||||
------------
|
||||
Sending information and documents made simplified. You can send emails
|
||||
from Odoo itself, and that too with great possibilities. For example,
|
||||
design a beautiful email template for the invoices, and use the same
|
||||
for all your customers, no need to do the same exercise every time.
|
||||
|
||||
Chatter
|
||||
-------
|
||||
Do all the contextual conversation on a document. For example on an
|
||||
applicant, directly post an update to send email to the applicant,
|
||||
schedule the next interview call, attach the contract, add HR officer
|
||||
to the follower list to notify them for important events(with help of
|
||||
subtypes),...
|
||||
|
||||
|
||||
Retrieve incoming email on POP/IMAP servers.
|
||||
============================================
|
||||
Enter the parameters of your POP/IMAP account(s), and any incoming emails on
|
||||
these accounts will be automatically downloaded into your Odoo system. All
|
||||
POP3/IMAP-compatible servers are supported, included those that require an
|
||||
encrypted SSL/TLS connection.
|
||||
This can be used to easily create email-based workflows for many email-enabled Odoo documents, such as:
|
||||
----------------------------------------------------------------------------------------------------------
|
||||
* CRM Leads/Opportunities
|
||||
* CRM Claims
|
||||
* Project Issues
|
||||
* Project Tasks
|
||||
* Human Resource Recruitment (Applicants)
|
||||
Just install the relevant application, and you can assign any of these document
|
||||
types (Leads, Project Issues) to your incoming email accounts. New emails will
|
||||
automatically spawn new documents of the chosen type, so it's a snap to create a
|
||||
mailbox-to-Odoo integration. Even better: these documents directly act as mini
|
||||
conversations synchronized by email. You can reply from within Odoo, and the
|
||||
answers will automatically be collected when they come back, and attached to the
|
||||
same *conversation* document.
|
||||
For more specific needs, you may also assign custom-defined actions
|
||||
(technically: Server Actions) to be triggered for each incoming mail.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install odoo-bringout-oca-ocb-mail
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- base
|
||||
- base_setup
|
||||
- bus
|
||||
- web_tour
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Discuss
|
||||
- **Version**: 1.10
|
||||
- **Category**: Productivity/Discuss
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: True
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `mail`.
|
||||
|
||||
## 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
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue