Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
5 Antworten
5391 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen

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

Beste Antwort

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
Verwerfen
Autor

thanks Ankit

Beste Antwort

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
Verwerfen
Autor

Thanks Ivan