Skip to Content
Menu
This question has been flagged
1 Reply
2661 Views

I want to delete this action "Change password" for all users:
https://i.imgur.com/EeEHyfo.png​

I'm able to do this via odoo developer UI:
https://i.imgur.com/u9WnYIo.png

But I need to automate this action and do this with custom module. How do I this?

Avatar
Discard
Best Answer

Hello,

You can do as following : 

<delete model="ir.actions.act_window" id="base.change_password_wizard_action" />
Avatar
Discard
Related Posts Replies Views Activity
2
Dec 23
11994
0
Oct 23
33
3
Oct 23
787
1
Oct 23
569
1
Aug 23
979