| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/17.0/mail_composer_cc_bcc_account |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp SA |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp SA |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, trisdoan, andrel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/social: - mail_composer_cc_bcc odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to properly separate To:, Cc:, and Bcc: fields in when sending invoices. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_move_send_form_inherit |
account.move.send.form.inherit | account.move.send | xpath | Inherits account.account_move_send_form |
partner_bcc_ids
Many2many → res.partner
compute='_compute_mail_partner_cc_bcc_ids'
readonly=False
store=True
string='Bcc'
args: 'res.partner', 'account_move_send_res_partner_bcc_rel', 'wizard_id', 'partner_id'
partner_cc_ids
Many2many → res.partner
compute='_compute_mail_partner_cc_bcc_ids'
readonly=False
store=True
string='Cc'
args: 'res.partner', 'account_move_send_res_partner_cc_rel', 'wizard_id', 'partner_id'
default_get(self, fields_list)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/16.0/mail_composer_cc_bcc_account |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Ronald Portier, Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/social: - mail_composer_cc_bcc odoo/odoo: - base - base_setup - web - bus - web_tour - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_send_wizard_form_inherit |
account.invoice.send.form.inherit | account.invoice.send | xpath | Inherits account.account_invoice_send_wizard_form |
No models found for this module.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/mail |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] mail_composer_cc_bcc_account: Migration to 18.0 (#4) |