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.
19 lines
557 B
19 lines
557 B
# 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.1.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",
|
|
}
|