Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Concurrency write check

by
Efatto.it di Sergio Corato, Sergio Corato
- 16/02/2024 09:25:17
Very useful info, clarifies everything.
Probably a better solution would have been to just show an info to the user and remove the raise, but they did the simpler thing :)
Many thanks!
Sergio Corato


Il giorno gio 15 feb 2024 alle ore 23:11 Tom Blauwendraat <notifications@odoo-community.org> ha scritto:

Closest I could come in finding some info about it is this:

https://github.com/odoo/odoo/pull/87756

Apparently it caused problems and was already long ago removed from the frontend, and by 16.0 they killed the backend part as well.

On 2/15/24 19:07, Sergio Corato wrote:
The logic isn't implemented/enabled in any version that I checked, this seems at least strange (I saw this function working in other softwares decades ago).
Debugging didn't help, the context is never passed with the field '__last_update'.

However it's not a requested function, I'll give up for now ;)

Thanks
Sergio Corato


Il giorno gio 15 feb 2024 alle ore 17:07 Tom Blauwendraat <notifications@odoo-community.org> ha scritto:
I also looked for unit tests and didn't find, and also saw this function 
was deleted in 16.0 (but maybe renamed).

I think debugging is the only way to find out! pdb to the rescue

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference