Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged

so I want to use


raise warning()

on odoo 14
but what i got :


raise exception.with_traceback(None) from new_cause
Warning: Maaf Produk harus diisi

does raise warning no longer exist in odoo 14?
and I can't use raise UserError() because I think it's not good for users

Avatar
Opusti
Avtor

im sorry i forget to import Warning in

from odoo.exceptions import UserError,Warning
 hhe

Related Posts Odgovori Prikazi Aktivnost
2
sep. 21
11572
1
dec. 18
5192
1
jul. 23
3981
5
maj 25
7279
1
apr. 25
805