Hi
I have a note field in my form view and i'm trying to make it stay in editable mode so we can put it notes easily without having problem pushing edit button or getting back to draft mode
any one know how to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
I have a note field in my form view and i'm trying to make it stay in editable mode so we can put it notes easily without having problem pushing edit button or getting back to draft mode
any one know how to do this?
If your view structure of field note is like this
<field name="note"
attrs="{'readonly':[('state','=',confirm')]}"/>
then remove
attrs="{'readonly':[('state','=',confirm')]}" from your view.
Hi
Thanks for reply
i did, but this only make it editable only after pushing edit button, i would have it editable always, even before clicking edit button
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
mar. 16
|
3434 | ||
|
0
dez. 15
|
4493 | ||
What is use of oldname?
Resolvido
|
|
2
ago. 22
|
14383 | |
|
1
jun. 18
|
3951 | ||
How to check the size of a field
Resolvido
|
|
5
jan. 24
|
15047 |
Hello,
I would like to ask if you already know the solution on this thread? I also need this kind of feature.
Thanks!