Skip to Content
Menu
This question has been flagged
1 Reply
4657 Views

Hello,

I'm using Odoo 11 and I want to display a Warning popup in a @api.constraint method. The warning popup that i want to display have two button, the first is an OK button used to ignore the warning and the other one is an Cancel button used attempt the saving operation, it' s similar to the warning popup that odoo use like on the picture below :

<hna tu put the pic using drag/drop>

I searched a lot on the web and I found different proposed solutions like using Wizard, exception.Warning() and osv.except_osv(), but unfortunately no one of this solution gives me exactly what i want.

Any help please ?

Avatar
Discard
Best Answer

Hello Guessoum Abderrahmane,


On Particular @api.constrains Method You can not Customise as Per Your Requirement like Add Ok and Cancel Button, It will Only Show Ok and It's Kind of Warning for User.

if you want As per Your Requirement than You must have Use Wizard, and Using Wizard You can Do Anything.

Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
63
2
Dec 21
5974
8
Nov 24
20545
2
Jul 20
8649
0
May 20
4712