Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
10279 Tampilan

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
Buang
Penulis

Thanks for the solutions by Prakash.

Jawaban Terbai

    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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Jun 22
2317
2
Mar 22
3101
1
Jan 18
5819
0
Des 17
9112
0
Nov 24
1223