Hi,
Please, i have a question for you.
Who can help me please.
I need to know how to ralise in rml for any report a page break or how to specify the number of columns in RML.
Please any suggestion!!
Regards
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
Please, i have a question for you.
Who can help me please.
I need to know how to ralise in rml for any report a page break or how to specify the number of columns in RML.
Please any suggestion!!
Regards
Hello all my friends!!!!
Finally i have found the right answer :)
Here is the RML code & Enjoy it:
<blockTable colwidths="150,100,100,100,100,100" style="Table1">
<tr>
<td>
<para style="P8">NOM EMPLOYÉ</para>
</td>
<td>
<para style="P8">MATRICULE</para>
</td>
<td>
<para style="P7">[[ repeatIn(repeatIn(get_employee_lines(example.company_id,example.date_start,example.date_end), 'p', 'td'),'o') ]]</para>
<para style="P7">[[ repeatIn(o['p'], 'line', 'td') ]]</para>
<para style="P7">[[ line['name'] ]]</para>
<para style="P7">[[ line['matricule'] ]]</para>
</td>
</tr>
</blockTable>
Best Regards.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Apr 18
|
1958 | ||
|
0
Feb 18
|
2517 | ||
|
18
Sep 15
|
7686 | ||
|
1
Sep 15
|
2475 | ||
|
0
Sep 15
|
2290 |