Skip to Content
Menu
This question has been flagged
2 Replies
6203 Views
Author Best Answer

hi thanks for your reply,

    but  i dont want  to show that wizard in the login web page,it will be for all db.I want like for example:-

there are one database,database name is test_db.

if user logeed in it will go in odoo.. it will shows the form view of messaging,and  all  other menus.wizard should comed to there for particular db,not on front view while login.

it should like

1.login in database.

2.and wizard should get open immidiately


Avatar
Discard

Hello Manali, What will be functionality of wizard?

Author

Functionality will be like 1.customer will login to odoo database 2.wizard will raise ,wizard will contain some field like modbile no,and hourly rate. 3.if customer/user want to skip that he/she can cancel the wizard.

Author

hi Anonymous , I got solution for this :) . in settings --> users --> preferences there is option Menus Customization.you need to select ur new created action of wizard from home action many2one.i selected my home action as my wizard action and it worked for me.

Best Answer

Hello Manali,

This is Possible by Customize Login Button Method

You can follow These steps.

1: Open Custom Wizard when User click on Login and get filled Data to use after showing Your Message

2: Show the Wizard/Popup 

3: Add Button and Youe Message as Per Your Requirement and On that Button you can call method of "Login" Button



Thanks

Avatar
Discard