TIP: You can type at any time to perform a new search.
Email CC and BCC when sending invoice
mail_composer_cc_bcc_account · OCA/social
- Repository
- OCA/social · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Social
- Folder size
- 0.26 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/social
- Last tracking update
- 2026-08-07 08:23:03
- Authors
- Odoo Community Association (OCA), Camptocamp SA
- Maintainers
- Odoo Community Association (OCA), Camptocamp SA
- Committers
- OCA-git-bot, oca-ci, trisdoan, andrel
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to properly separate To:, Cc:, and Bcc: fields in when sending invoices.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_move_send_form_inherit |
account.move.send.form.inherit | account.move.send | form | Inherits account.account_move_send_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
partner_bcc_idsMany2many → res.partnercompute='_compute_mail_partner_cc_bcc_ids'readonly=Falsestore=Truestring='Bcc' args: 'res.partner', 'account_move_send_res_partner_bcc_rel', 'wizard_id', 'partner_id' -
partner_cc_idsMany2many → res.partnercompute='_compute_mail_partner_cc_bcc_ids'readonly=Falsestore=Truestring='Cc' args: 'res.partner', 'account_move_send_res_partner_cc_rel', 'wizard_id', 'partner_id'
-
default_get(self, fields_list)@api.model
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 647 days ago
- Last activity
- 4 days ago
- Repository
- OCA/mail
- Pull request
- [18.0][MIG] mail_composer_cc_bcc_account: Migration to 18.0 (#4)