Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
19
sales_team_security/__manifest__.py
Executable file
19
sales_team_security/__manifest__.py
Executable file
@@ -0,0 +1,19 @@
|
||||
# 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",
|
||||
}
|
||||
Reference in New Issue
Block a user