[ADD] mis_builder: add css class on pdf report
parent
39ef3a0a5e
commit
6a28cf2341
|
@ -8,7 +8,7 @@
|
||||||
<t t-call="report.internal_layout">
|
<t t-call="report.internal_layout">
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<h2 t-field="o.name"></h2>
|
<h2 t-field="o.name"></h2>
|
||||||
<table>
|
<table class="table table-condensed text-right">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<t t-foreach="docs_computed[o.id]['header']" t-as="h">
|
<t t-foreach="docs_computed[o.id]['header']" t-as="h">
|
||||||
|
|
Loading…
Reference in New Issue