Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.0
Category
Productivity/Discuss
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/social
Last tracking update
2026-08-07 07:47:42
Authors
Odoo Community Association (OCA), Foodles
Maintainers
Odoo Community Association (OCA), Foodles
Committers
Weblate, OCA-git-bot, oca-ci, Matthias BARKAT
Odoo dependencies
OCA/server-tools:
odoo/odoo:
- web
- bus
Python dependencies
astor
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
email_compose_message_wizard_form mail.compose.message.form (mail_attach_existing_attachment) mail.compose.message form Inherits mail.email_compose_message_wizard_form
view_mail_contact_type_form mail.contact.type.form mail.contact.type form New
view_mail_contact_type_tree mail.contact.type.tree mail.contact.type tree New
view_partner_form res.partner.mail.contact.type.form res.partner form Inherits base.view_partner_form
view_partner_tree res.partner.mail.contact.type.tree res.partner tree Inherits base.view_partner_tree
view_res_partner_filter res.partner.select res.partner Inherits base.view_res_partner_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • code Char
    required=True
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (1)
  • mail_contact_type_ids Many2many → mail.contact.type
    help='Used by email template to select contacts by mail contact type' string='Mail Contact Types' args: 'mail.contact.type'
Public methods (1)
  • contact_by_types(self, *codes)