Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
10305 Lượt xem

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.

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks for the solutions by Prakash.

Câu trả lời hay nhấ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')

 

  

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 6 22
2326
2
thg 3 22
3117
1
thg 1 18
5827
0
thg 12 17
9129
0
thg 11 24
1240