This question has been flagged
5 Replies
4971 Views

Hi,

I want to create a wizard that can view the transaction.. like for example when you click a menuitem a wizard that will pop up and inside of it has a button(OK) that has another wizard upon clicking it for account.move.line and can do the filtering of data.. Can you please give me a clear explanation on how will i do that??

Avatar
Discard
Best Answer

Hello my friend;

here is some very useful links that you may refer to.

https://www.odoo.com/fr_FR/forum/help-1/question/how-to-create-a-wizard-with-steps-19828

http://stackoverflow.com/questions/23005623/how-to-create-wizards-openerp

http://stackoverflow.com/questions/24366986/openerp-wizard-syntax

https://mohsinpage.wordpress.com/2011/01/28/openerp-module-development-wizard/

Best Regards.

Avatar
Discard

plz vote if you find my answer helpful my friend:)

Best Answer

Hello Alcaline,

Refer this link may be very helpfull for you.

http://developererp.blogspot.in/2013/05/create-wizard-in-openerp.html

if you find this answer helpful, please give me a thumbs up vote

Regards,

Ankit H Gandhi

Avatar
Discard
Author

thanks Ankit

Best Answer

For general guide for creation of wizard, you can refer to the documentation.  Use the osv.osv_memory approach.  If you need specific help, you need to elaborate your question.

Avatar
Discard
Author

Thanks Ivan