Email CC and BCC when sending invoice

mail_composer_cc_bcc_account
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/17.0/mail_composer_cc_bcc_account
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSocial
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, trisdoan, andrel
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/social:
    - mail_composer_cc_bcc
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - 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.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_move_send_form_inherit account.move.send.form.inherit account.move.send xpath Inherits account.account_move_send_form
Models touched (2)

New fields (2)
  • 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'
Public methods (1)
  • default_get(self, fields_list)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/16.0/mail_composer_cc_bcc_account
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYSocial
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSRonald Portier, Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/social:
    - mail_composer_cc_bcc
odoo/odoo:
    - mail
    - 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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_invoice_send_wizard_form_inherit account.invoice.send.form.inherit account.invoice.send xpath Inherits account.account_invoice_send_wizard_form
Models touched (0)

No models found for this module.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/mail
PULL REQUEST
PULL REQUEST[18.0][MIG] mail_composer_cc_bcc_account: Migration to 18.0 (#4)