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
5834 Zobrazení

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.

Avatar
Zrušit
Nejlepší odpověď

Hi,

Have you could solved it?

Thank you

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
pro 23
23926
1
lis 15
8831
0
bře 25
1575
0
led 25
3718
0
čvc 24
1634