20 lines
732 B
Python
Executable File
20 lines
732 B
Python
Executable File
# Copyright 2016-2020 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Sales documents permissions by channels (teams)",
|
|
"summary": "New group for seeing only sales channel's documents",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Sales",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"development_status": "Production/Stable",
|
|
"maintainers": ["pedrobaeza", "ivantodorovich"],
|
|
"depends": ["sales_team"],
|
|
"data": ["security/sales_team_security.xml"],
|
|
"post_init_hook": "post_init_hook",
|
|
"uninstall_hook": "uninstall_hook",
|
|
}
|