social/mail_restrict_follower_selection/__manifest__.py

16 lines
571 B
Python
Raw Normal View History

# Copyright (C) 2015 Therp BV <http://therp.nl>
# Copyright (C) 2017 Komit <http://www.komit-consulting.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
2015-07-08 11:32:21 +02:00
{
"name": "Restrict follower selection",
"version": "12.0.1.0.0",
"author": "Therp BV,Creu Blanca,Odoo Community Association (OCA)",
2015-07-08 11:32:21 +02:00
"license": "AGPL-3",
"category": "Social Network",
"summary": "Define a domain from which followers can be selected",
"depends": ["mail"],
"data": ["data/ir_config_parameter.xml", "data/ir_actions.xml"],
"installable": True,
2015-07-08 11:32:21 +02:00
}