Web Button OTP
Web Button OTP Widget
Geminate comes with the feature of one level security for button click for any database object where the button will function only when an OTP whatsapp message verified by an individual user and without verification button will not work. Benefit of this feature is that it helps to avoid the process of transaction by any random user who hacked into the system and got the login access of an individual user who is trying to finish any transactions.
Exciting Features
Security of button click based on OTP whatsapp message.
Automatic disables button on max tries reached with wrong OTP.
Easy to configure the number of tries allowed for OTP verification.
Easy to configure OTP expiry time limit.
More secure and user friendly.
Usage
To use this module, you need to add widget="button_otp" to your button in your view. You can use "button_otp" widget like this:
Type='object' :
button string="Confirm" widget="button_otp" name="validate" type="object" class="btn-primary"
Type='action' :
button type="action" widget="button_otp" class="btn-link" name="%(base.action_res_partner_bank_account_form)d" string="View accounts detail"