Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2568 Visualizzazioni

I want restrict Form submit , while click the custom button in the form

Avatar
Abbandona
Risposta migliore

here you can do it using extending/patching javascript (it's big hack)  there is no option from python side
DO NOT IMPLEMENT it unless it's absolutely necessary. 

Share your use case so community can help you.

Save record on button click if record not saved is a very early design decision and completely fundamental mechanism of how odoo works. there is pretty good reasoning behind it
ref: https://github.com/odoo/odoo/issues/20942#issuecomment-344934525​


Avatar
Abbandona