[IMP] auth_admin: add new wizard and use CopyClipboardChar widget

H13350
This commit is contained in:
Salomon Chambi
2023-10-02 22:43:05 +00:00
parent 43f43a0ff3
commit 58a9a583f0
6 changed files with 45 additions and 5 deletions

View File

@@ -23,6 +23,8 @@ Out of the box, only allows you to generate a login for an 'External User', e.g.
'auto_install': False,
'data': [
'views/res_users.xml',
'security/ir.model.access.csv',
'wizard/portal_wizard_views.xml',
'wizard/res_users_wizard_views.xml',
],
}