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

Hello, I am modifying the existing module.

I want to increse the height of the text box. My code is

        <field name="street" position="replace">
        <field name="street"
            height = "50" />
        </field>

But it does not work.

Can anyone please help?

Thank you very much.

Avatar
Abbandona
Autore

Thanks for the solutions by Prakash.

Risposta migliore

    In Existing Module "street" fields is char change into text (Based on your requirments)

      Example,

     'street': fields.char('Street', size=128)

     change into

     'street': fields.text('Street')

 

  

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
giu 22
2567
2
mar 22
3375
1
gen 18
6027
0
dic 17
9411
0
nov 24
1525