Skip to Content
Menu
This question has been flagged
2509 Zobrazenia

When click "add a line" button on sale.order.line as example, i want to show a warning message, but then still lets a new line show up, how it that possible?

In odoo 15 by default, this is not possible, i've try this but not working.

Please help, thanks.

@api.onchange('product_id')
def onchange_product_id(self):
// my code
return {
'warning': {'title': ('Warning'), 'message': ('my message'), },
}
Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
3
jan 25
4600
1
okt 22
2864
2
aug 24
11916
1
sep 25
1982
1
jún 25
2010