[ADD]partner_create_internal_user
This commit is contained in:
25
partner_create_internal_user/__manifest__.py
Normal file
25
partner_create_internal_user/__manifest__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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,
|
||||
}
|
||||
Reference in New Issue
Block a user