[12.0][MIG] Module auth_u2f - #90
fkantelberg wants to merge 5 commits into
Conversation
a95fac6 to
e7081d8
Compare
e7081d8 to
9ced84e
Compare
9ced84e to
12a338c
Compare
|
@pedrobaeza I have no idea why the runbot is failing. I tested it locally without a problem and I can even access the runbot. Would you mind labelling it with needs_review? |
|
It's a runbot warning: |
77321f5 to
9ce03c8
Compare
|
@pedrobaeza Thanks for the hint 👍 |
dbe40d9 to
a73a54c
Compare
tbaden
left a comment
There was a problem hiding this comment.
thanks for the work 👍
I did a code review: LGTM
| <?xml version="1.0" encoding="utf-8"?> | ||
| <odoo> | ||
| <data> | ||
| <record id="view_users_form_inherit_auth_u2f" model="ir.ui.view"> |
There was a problem hiding this comment.
optional change:
use original id (view_users_form)
| <field name="domain">[('user_id', '=', uid)]</field> | ||
| </record> | ||
|
|
||
| <record id="view_users_form_simple_modif_inherit_auth_u2f" model="ir.ui.view"> |
There was a problem hiding this comment.
optional change:
use original id (view_users_form_simple_modif)
|
It is great code. Just one question about this call Should one verify the previous result from super() before making the extra verification ? If super fails, there is no need. At least that the failed authentication trigger one exception. |
|
If super fails it fails with an exception the result isn't really important in that case. |
|
@pedrobaeza Can we merge this? |
|
/ocabot merge |
|
@pedrobaeza The merge process could not start, because command |
|
Please solve the conflict. |
a44cd52 to
788b2ec
Compare
|
@pedrobaeza |
|
/ocabot merge |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 255e6ed. Thanks a lot for contributing to OCA. ❤️ PS: Don't worry if GitHub says there are unmerged commits: it is due to a rebase before merge. All commits of this PR have been merged into |
Syncing from upstream OCA/server-auth (10.0)
Hello,
I would like to share the migration of the module aufh_u2f to version 12.0.