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

Hello Team,

I want to inherit Listview in web/srcipt/xml/base.xml, I was inherited correctly but when I run the server it was changed all the ListView except my ListView(one2many field).


<?xml version="1.0" encoding="UTF-8"?>

<templates id="template" xml:space="preserve">

<table t-name="ListView" class="oe_list_content">

<t t-set="columns_count" t-value="visible_columns.length + (options.selectable ? 1 : 0) + (options.deletable ? 1 : 0)"/>

<thead>

<tr class="oe_list_header_columns">

<th>

Product Name

</th>

<th class="oe_list_header_integer"><div>

Support

</div></th>

<th t-if="options.deletable" class="oe_list_record_delete" width="13px"></th>

</tr>

</thead>

</table>

</templates>

Can any one please help me, if I did anything wrong.



Thanks in advance.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

Have you could solved it?

Thank you

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 12 23
23668
1
thg 11 15
8644
0
thg 3 25
1419
0
thg 1 25
3498
0
thg 7 24
1469