Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| auth_timeout | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_totp | | |
| auth_totp |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| auth_totp_mail | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Models in module 'auth_totp'---
model auth.totp.rate.limit.log (moved from auth_totp_mail_enforce) [transient]
# NOTHING TO DO: this is a transient model that was simply moved from another module.

---Fields in module 'auth_totp'---
auth_totp / res.users / totp_last_counter (integer) : NEW
# NOTHING TO DO: The field will be updated automatically on the user's next login.

---XML records in module 'auth_totp'---
NEW ir.model.access: auth_totp.access_auth_totp_rate_limit_log [renamed from auth_totp_mail_enforce module]
NEW ir.model.constraint: auth_totp.constraint_auth_totp_rate_limit_log_user_id_limit_type_create_date_idx
# NOTHING TO DO: Handled by ORM
Loading