TIP: You can type at any time to perform a new search.
Survey Partner Tag Share
survey_partner_tag_share · OCA/survey
- Repository
- OCA/survey · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Marketing
- Folder size
- 0.02 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://odoo-community.org/
- Last tracking update
- 2026-08-07 07:03:13
- Authors
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Alexandre Fayolle, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, Agathe Mollé, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
survey_email_compose_message |
survey.mail.compose.message | Inherits survey.survey_email_compose_message |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
partner_idsMany2manycompute='get_recipients'readonly=Truestring='Recipients' -
partners_manualMany2many → res.partnercolumn1='wizard_id'column2='partner_manual_id'comodel_name='res.partner'relation='survey_mail_compose_message_res_partner_manual_rel'string='Add these partners to recipients' -
tagsMany2many → res.partner.categorycolumn1='wizard_id'column2='partner_tag_id'comodel_name='res.partner.category'relation='survey_mail_compose_message_res_partner_tag_rel'string='Add these tags to recipients'
-
get_recipients(self)@api.depends('tags', 'partners_manual')Populate the partner_ids field (Recipients) with all the partners added manually (in partners_manual) and the partners who have the tags chosen (in tags). Duplicates are avoided (we don't want partners to receive twice the same email because they have 2 tags interesting for us). This partner list is sorted by display_name.