social
social copied to clipboard
Addons concerning odoo's social ERP features and messaging in general
TODO: - In the chat window with contacts: - [ ] Ability to switch the communication medium to one incorporated by this system. - [x] Reception of responses in the...
I would like to know if there is an existing module that let the portal user manage his own Mailing List Subscriptions from his Portal account or if not, is...
## Module mail_template_multi_attachment ## Describe the bug Generating a report in mail template, when using multi attachments functionality does not generate correct file name (should be translated to customer language...
Recreated for https://github.com/OCA/social/pull/1074 @qrtl
## Module OCA/social/mail_debrand ## Describe the bug After mail_debrand installation, New Portal Signup email body become empty and Odoo Periodic Digest is not rendered (mail is plain text) ## To...
module: mail_drop_target version: 15.0 **Steps to reproduce** I am on Windows 10. I have Thunderbird opened, with a list of mail on it. I have Odoo opened on CRM with...
WIP Not usable at this moment: - [ ] refactor discuss stuff - [ ] refactor thread stuff - [ ] fix tests cc @Tecnativa TT49060
## Module mail_drop_target https://github.com/OCA/social/pull/1217 ## Describe the bug I am running Odoo in odoo.sh and since the PR above, I get a dependency version conflict which is originally caused by...
### Major changes in V17 - Split `_onchange_template_id` + `default_get` + `get_record_data` usage into editable computed stored fields in [here](https://github.com/odoo/odoo/pull/107356) - `_evaluate_res_ids` is introduced to parse composer res_ids in [here](https://github.com/odoo/odoo/pull/99482/commits/a5adbc19ada1717e72396060544f8fb2d41d0270#diff-898a3d5c08a567c1a7b82c026a213d796e850e376cbdb1c9e7936409f440d37a)....
### 1) Summary of changes in 17.0 mail.template https://github.com/odoo/odoo/blob/17.0/addons/mail/models/mail_template.py - `generate_recipients` replaced by `_generate_template_recipients` mail.mail: https://github.com/odoo/odoo/blob/17.0/addons/mail/models/mail_mail.py - new method `_prepare_outgoing_list`: https://github.com/odoo/odoo/commit/b1d678b12ac5aac4086771f9ae88d401d919c9fa - replaces `_send_prepare_values` - new method `_personalize_outgoing_body` is also...