Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
10618 Widoki

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.

Awatar
Odrzuć
Autor

Thanks for the solutions by Prakash.

Najlepsza odpowiedź

    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')

 

  

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
cze 22
2681
2
mar 22
3466
1
sty 18
6125
0
gru 17
9538
0
lis 24
1678