[ADD] base_user_role_company: add per company user roles

This commit is contained in:
Chandresh Thakkar OSI
2021-05-04 02:06:01 +05:30
committed by Holger Brunn
parent 88120541fb
commit 9e058c1a97
12 changed files with 229 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "User roles by company",
"version": "14.0.1.0.0",
"category": "Tools",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-backend",
"depends": ["base_user_role"],
"data": [
"views/role.xml",
],
"installable": True,
"auto_install": True,
"maintainer": "dreispt",
"development_status": "Beta",
}