Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 184 |
Technical Name |
web_security_dialog |
License | AGPL-3 |
Website | http://www.serpentcs.com |
Versions | 11.0 12.0 13.0 14.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 184 |
Technical Name |
web_security_dialog |
License | AGPL-3 |
Website | http://www.serpentcs.com |
Versions | 11.0 12.0 13.0 14.0 |
Web Security Dialog
This module provides the functionality to generalize security on any type of button.
Offers company level security & restricted access. | |
Configuring security code to buttons from company configuration menu. | |
Enhances webpage security at the interface level. |
Usually, such needs are encountered when the session is long operating and a serious action takes place, like close cashbox in POS, reconcile heavy invoices, bank reconciliation, confirming or validating critical invoices, etc. | |
One of the very famous and likely example in real scenario is github which asks you password and confirmation when you add/remove collaborators. |
Add security code
As shown in the image, user can add a security code from company configuration menu.

Example of web security dialog module.
Passing the 'options' and 'confirm' attributes inside the button definition. | ||
Required is the confirm attribute. | ||
<button name="method_name" type="object" confirm="message" string="create invoice" options='{"security":"security_field"}'/> |
As shown in the image, here Options attribute is passed to "create invoice" button. So On clicking "Create Invoice" button a dialog box will open that will ask for security code.

On entering right security code, user will redirected to next step.

Check out our various Odoo Services below | ||||||||||||||||
|
||||||||||||||||
Check out our various Odoo Based Products | ||||||||||||||||
|
||||||||||||||||
For any questions, support and development contact us. | ||||||||||||||||
|
||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
||||||||||||||||
Please log in to comment on this module