Repository
OCA/social · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.19 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/social
Last tracking update
2026-08-07 08:42:59
Authors
Odoo Community Association (OCA), GRAP, OCA France
Maintainers
Odoo Community Association (OCA), GRAP, OCA France
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/server-tools:
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits base.view_partner_form
view_res_partner_kanban res.partner kanban Inherits base.res_partner_kanban_view
view_res_partner_tree res.partner tree Inherits base.view_partner_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.