oca-ocb-core/odoo-bringout-oca-ocb-mail
Ernad Husremovic b8a76bf74d Update submodule with latest changes
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 18:53:30 +02:00
..
doc Update submodule with latest changes 2025-08-30 18:53:30 +02:00
mail Add .gitignore for Python cache files 2025-08-29 18:11:23 +02:00
pyproject.toml Initial commit: Core packages 2025-08-29 15:20:45 +02:00
README.md Initial commit: Core packages 2025-08-29 15:20:45 +02:00

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

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 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