Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
4012 Lượt xem

Iam using odoo 13

Wizard is opening from button event but with same code its not opening from Action menu event why.


sample.wizard.form
sample.wizard
















Change My Preferences
ir.actions.act_window
sample.wizard

form

new
 
Update wizard ddd


ir.actions.server
code

records.openwizarddemo()

def openwizarddemo(self):
print('wizard')
action = self.env['ir.actions.act_window'].for_xml_id('sample_wizard', 'sample_wizard_action')





Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi, you can follow following link for this:

https://youtu.be/oMnHpHH54QU

Hope it helps,

Thanks

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi

You can refer to the Blog: https://www.cybrosys.com/blog/how-to-create-wizard-in-odoo-13

Hope it helps

Ảnh đại diện
Huỷ bỏ