2018-03-06 15:18:36 +07:00
|
|
|
# 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",
|
2022-09-15 09:43:33 +06:30
|
|
|
"version": "15.0.1.0.0",
|
2018-04-04 10:19:13 +02:00
|
|
|
"author": "Therp BV,Creu Blanca,Odoo Community Association (OCA)",
|
2015-07-08 11:32:21 +02:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"category": "Social Network",
|
2021-01-26 17:37:52 +01:00
|
|
|
"website": "https://github.com/OCA/social",
|
2015-07-08 11:32:21 +02:00
|
|
|
"summary": "Define a domain from which followers can be selected",
|
2020-03-09 15:10:18 +01:00
|
|
|
"depends": ["mail"],
|
|
|
|
"data": ["data/ir_config_parameter.xml", "data/ir_actions.xml"],
|
|
|
|
"installable": True,
|
2015-07-08 11:32:21 +02:00
|
|
|
}
|