Partner - Mastodon Link

res_partner_mastodon_link
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/18.0/res_partner_mastodon_link
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP, OCA France
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP, OCA France
COMMITTERS
COMMITTERSSylvain LE GAL, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_fontawesome
odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a new "Mastodon Account" field, at company level.

![res_partner_form](../static/description/res_partner_form.png)

A new icon is available in the kanban view

![res_partner_kanban](../static/description/res_partner_kanban.png)

If the partner is displayed on the website, the new URL is displayed.

![res_partner_website](../static/description/res_partner_website.png)

Mastodon is a decentralized social network developed in Open Source.
More information at <https://joinmastodon.org/>.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
contact Forum Contact Widget ir.ui.view qweb Inherits base.contact
view_res_partner_form res.partner field Inherits base.view_partner_form
view_res_partner_kanban res.partner field Inherits base.res_partner_kanban_view
view_res_partner_tree res.partner field Inherits base.view_partner_tree
Models touched (2)

New fields (1)
  • social_mastodon Char
    related='partner_id.social_mastodon' store=True string='Mastodon Account'
Public methods (0)

No public methods.

New fields (1)
  • social_mastodon Char
    string='Mastodon Account'
Public methods (0)

No public methods.