Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5006 Vistas

Hello Odoo community,

I was thinking if there is any example that let say if invoice date is less then current date lock particular fields or field?

Any example or ideas would be appreciated

Thank you

Avatar
Descartar
Mejor respuesta

Have you tried using the readonly attribute with something like

('date','<=', ((context_today()-datetime.timedelta(days=10)).strftime('%Y-%m-%d')))  

(I haven't - just an idea)

 

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
ene 24
2889
2
jun 22
4847
2
jun 18
6312
2
nov 16
14126
2
feb 24
12867