Skip to Content

Contributors

Re: Concurrency write check

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


by Tom Blauwendraat - 05:06 - 15 Feb 2024

Reference

  • Concurrency write check
    Hi,
    I haven't found a way to check if the concurrency check here works: https://github.com/odoo/odoo/blob/14.0/odoo/models.py#L3251
    Shouldn't it warn/block if someone tries to write on a field that has been modified in the meanwhile?
    Sergio Corato

    by Sergio Corato - 06:26 - 14 Feb 2024