- Stock Delivery Planner
- HR Holidays Accrual
- HR Payroll Input Report
- HR Employee Activity
- HR Holidays Partial
- Human Resources (HR) Modules
- Boxes
- Payroll Modules
- ShipBox
- Sales Modules
- Sale Section Subtotal
- PrintBox
- Hibou Fedex Shipping
- Inventory Modules
- Maintenance Modules
- Accounting Modules
- Helpdesk Modules
- Forte Payment Acquirer
- Account Payment Electronic
- US ZIP Code to City/State
- Purchase by Sale History MRP
- Payroll Batch Work Entry Error SKIP
- Web Auto Paginate
- Payment Analytic
- Payroll Input Name Report
- Purchase Modules
- Project Modules
- Website Modules
- Tools + Settings Modules
- Point of Sale Modules
- Manufacturing Modules
- Hibou Commissions
Hibou Odoo Suite: Tools + Settings Modules: Auth Admin
Repository Versions:
Modules:
AGPL-3
Purpose
The purpose of this documentation is to outline the use case and processes associated with Hibou's Auth Admin module. The Auth Admin module provides a way for an authenticated person, with certain permissions, to login as a different user. Additionally, it can also create a URL that logs in as that user.
Getting Started
First thing's first, we want to install the module! Navigate to the Apps application and search 'Auth Admin'. When ready, hit the install button.
Good to Know!
The Auth Admin module requires both the Website Builder and Customer Portal modules. However, if you do not already have these modules installed Odoo will install them for you during this module's installation.
Processes
To get started, navigate to the Settings application.
Generating a User Login Link
Once there, select Users & Companies followed by Users. Find the user on the list you'd like to generate a login link for and then hit the Generate Login button.
After hitting the generate login button a pop up modal will appear with a link to copy and paste into your browser. It will take you to your home page logged in as the selected user.
Technical
The Auth Admin module extends the Portal Wizard to create a force login URL. It inherits the `portal.wizard.user` and adds a new `force_login_url` Char field. A 'Generate Login URL' button is added to the portal wizard view. Additionally, it adds the Generate login button to the `res.users` list view as well as various methods for generating and checking user credentials for login.