- Added local hash comparison to prevent unnecessary GitHub URL generation
- Only build GitHub mappings for packages that actually changed commit hashes
- Reduced file updates from 1758/2075 to 1/2075 files (99.94% improvement)
- Implemented get_current_hash_from_content() to extract hashes from existing URLs
- Added build_local_hash_mapping() for fast local git hash lookup
- Performance improvement: only fetch git hashes when changes are detected
🤖 assisted by claude
|
||
|---|---|---|
| .. | ||
| doc | ||
| pyproject.toml | ||
| README.md | ||
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