-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lock the cell ? #2555
Comments
Hi, We have considered this feature and it is part of our roadmap. Unfortunately, we cannot give you an ETA - I would ju That being said, you could develop this feature on your own in the meantime by creating a plugin that would store a given range and reject (via the allowDIspatch function) any command that would impact the said range of cells. I will link against this issue once we start working on this feature. Best regards, |
Hello, |
Hi! This will be implemented in the near future (might not make it in Odoo 18.0) with some limitations. While it seems simple in theory, the absence of server-side validation of the revisions is a huge problem to ensure a thorough implementation of this behaviour. |
Hey
I found this Library very useful. I was hoping if there is some way if I could lock the cell . So the user cannot edit that cell .. as I am new to owl development... Is it possible to add these via functions or by creating some plugins?
The text was updated successfully, but these errors were encountered: