odoo/ext/custom-addons/mail_unsubscribe/__manifest__.py

18 lines
502 B
Python

{
"name": "Mail Unsubscribe",
"summary": """
Auto unsubscribe followers before sending a message.
""",
"author": "Mint System GmbH, Odoo Community Association (OCA)",
"website": "https://www.mint-system.ch",
"category": "Administration",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"depends": ["mail"],
"data": ["views/ir_model.xml"],
"installable": True,
"application": False,
"auto_install": False,
"images": ["images/screen.png"],
}