跳至内容
菜单
此问题已终结
2 回复
4001 查看

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')





形象
丢弃
最佳答案

Hi, you can follow following link for this:

https://youtu.be/oMnHpHH54QU

Hope it helps,

Thanks

形象
丢弃