İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
10272 Görünümler

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
Vazgeç
Üretici

Thanks for the solutions by Prakash.

En İyi Yanıt

    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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Haz 22
2307
2
Mar 22
3101
1
Oca 18
5815
0
Ara 17
9110
0
Kas 24
1217