26 lines
696 B
Python
26 lines
696 B
Python
# Copyright 2026 Elabore
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "partner_create_internal_user",
|
|
"version": "18.0.1.0.0",
|
|
"author": "Elabore",
|
|
"website": "https://elabore.coop",
|
|
"maintainer": "Elabore",
|
|
"license": "AGPL-3",
|
|
"category": "Tools",
|
|
"summary": "Grant internal user access to a contact, "
|
|
"the same way as 'Grant portal access' but creating an internal user.",
|
|
"depends": [
|
|
"auth_signup",
|
|
"mail",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"wizard/internal_user_wizard_views.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"application": False,
|
|
}
|