This question has been flagged
3817 Views

onchange functions work on virtual records assignment on these records is not written to the database.

Is it possible to save model to database in onchange function?

I am using odoo 8.

EDIT

Let me describe my requirement in detail. I have a simple wizard form(the action target is 'inline') for searching. The form have 2 fields, one is a char field for the searching keyword and the other is a many2many field for the searching result. The onchange function for the keyword field will be triggered for fetching the searching result.

All above are working normally. The problem is when you leaving the page, the browser will popup an alert message something like 'Are you sure you want to leave this page...". This is not make sense for my searching page. For this reason, I think I need to save the wizard model in the onchange function, after this, the alert message wouldn't popup.

Simply, my requirement is to suspress the alert message when the form is not saved. How to make it? Please advice...

Avatar
Discard

not recommended, why?

Author

Hi Axel, I have updated my question and describe my requirement in detail. If you have any advice plz update.Thanks!