This question has been flagged
4 Replies
2892 Views

In one of my DB, in Sales/Purchase modules I got the below error message after click on create button

 The record has been modified, your changes will be discarded. Do you want to proceed? 

How can I fix it?

Avatar
Discard
Author Best Answer

After reviewing what I did on this DB  I found the problem : There is a wrong configuration done on languages, I changed the Date format to %I:%M:%P and this what cause the issue and it should be %I:%M:%S.

Avatar
Discard
Best Answer

Hi,

If you are getting this message when you click the save button, it means that you haven't provided a value for a required field, in the order line. Just check and make sure that , for all the require fields you have given the value.


The message says that the current record will not get saved into db. You will get similar message if you click the Discard button.

Thanks

Avatar
Discard
Author

Thanks Niyas for your reply, I got the message when I click on create button.

Author

By the way, I didn't do any customization or changes. I have found the same issue when the user click on duplicate button but I don't know who they solve it.

https://github.com/odoo/odoo/issues/22027