You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
722 B
25 lines
722 B
# 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).
|
|
|
|
{
|
|
"name": "Restrict follower selection",
|
|
"version": "11.0.2.0.0",
|
|
"author": "Therp BV,Creu Blanca,Odoo Community Association (OCA)",
|
|
"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",
|
|
],
|
|
"auto_install": False,
|
|
'installable': True,
|
|
"application": False,
|
|
"external_dependencies": {
|
|
'python': [],
|
|
},
|
|
}
|