social/mail_disable_follower_notif.../__manifest__.py

17 lines
552 B
Python

# Copyright 2025 Alberto Martínez <alberto.martinez@sygel.es>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Mail Disable Follower Notification",
"summary": "Don't send emails by default when adding followers to records",
"version": "17.0.1.0.0",
"category": "Productivity/Discuss",
"website": "https://github.com/OCA/social",
"author": "Sygel, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"mail",
],
}