Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4869 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
jan. 24
2736
2
jun. 22
4682
2
jun. 18
6181
2
nov. 16
13881
2
fev. 24
12701