This website requires JavaScript.
Explore
Help
Register
Sign In
administrator
/
odoo18
Watch
0
Star
0
Fork
You've already forked odoo18
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f75ffc63d3
odoo18
/
odoo
/
addons
/
base
/
tests
/
split_table
/
simple.split1.xml
24 lines
378 B
XML
Raw
Blame
History
<root
>
<table
>
<tr
>
<td
>
1
</td>
<td
>
1
</td>
<td
>
1
</td>
</tr>
</table>
<table
>
<tr
>
<td
>
2
</td>
<td
>
2
</td>
<td
>
2
</td>
</tr>
</table>
<table
>
<tr
>
<td
>
3
</td>
<td
>
3
</td>
<td
>
3
</td>
</tr>
</table>
</root>
Reference in New Issue
View Git Blame
Copy Permalink