Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Concurrency write check
by
Sergio Corato
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
Follow-Ups