Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/social
Last tracking update
2026-08-07 07:17:50
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Damien Bouvy, Stéphane Bidoul (ACSONE), Thierry Ducrest, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
mail_compose_message_form_view mail.compose.message.form (in mail_as_letter) mail.compose.message form Inherits mail.email_compose_message_wizard_form
mail_print mail_print ir.ui.view qweb New
report_mail_print report_mail_print ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • partner_count Integer
    compute='_compute_partner_count' string='Number of partners'
Public methods (1)
  • download_pdf(self)
    @api.multi
    Download the email in pdf format, based on a QWeb report.

Loading…