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
10488 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
2555
2
mar 22
3353
1
sty 18
5997
0
gru 17
9379
0
lis 24
1512