Skip to content

Commit eb0c5f2

Browse files
fmdlxmo-odoo
authored andcommitted
[FIX] auth_totp: "Disable TOTP" only available in list view
The action server is only available on view list. It is hard to find this. closes odoo#83455 X-original-commit: 2fa2955 Signed-off-by: Xavier Morel (xmo) <[email protected]>
1 parent 0dc3473 commit eb0c5f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/auth_totp/data/ir_action_data.xml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<field name="name">Disable two-factor authentication</field>
66
<field name="model_id" ref="base.model_res_users"/>
77
<field name="binding_model_id" ref="base.model_res_users"/>
8-
<field name="binding_view_types">list</field>
98
<field name="state">code</field>
109
<field name="code">
1110
action = records.action_totp_disable()

0 commit comments

Comments
 (0)