Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
10623 Zobrazení

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
Zrušit
Autor

Thanks for the solutions by Prakash.

Nejlepší odpověď

    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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
čvn 22
2693
2
bře 22
3470
1
led 18
6136
0
pro 17
9550
0
lis 24
1688