-2

Help me! My code xml file in field ngày giao:

<td  t-att-rowspan="len(layout_category['lines'])">
    <span t-field="doc.date_order"/> 
 </td>

I want to combine it into one row, But I'm having the same problem Plese!! help me!

Unedited Image

image 2

travisw
  • 2,052
  • 1
  • 14
  • 27
Lv Quý
  • 1
  • 1

1 Answers1

0

I believe you are thinking of colspan rather than rowspan.

Try it with t-att-colspan instead.

travisw
  • 2,052
  • 1
  • 14
  • 27