Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3667 Visualizzazioni

I am working on modifying pos sale detail report, 

   I have added a field inventory turnover on the report, but i want to see only when i want, not all the time, for this I have added a selection field x_turnover with two options, yes and no on the pos_sales_wizard

If i click the yes, the field should be visible else, it should not be visible

note: kindly tell the solution which i can do from the front end..

Avatar
Abbandona
Risposta migliore

You dont need selection field for yes or no option 

Just modify your field and make it boolean field

then place the field inside this span

<span t-if="i.x_turnover">

"Put Your code here"

</span>
Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
lug 18
3287
2
feb 24
4457
1
giu 20
3728
2
apr 20
3680
2
gen 19
3590