[TMP] Report Golem_member #9

Manually merged
fabien merged 15 commits from michel/GOLEM:michel_qweb_adherents into master 2018-03-08 16:19:22 +01:00
Showing only changes of commit 98cd54a8f0 - Show all commits

View File

@ -101,6 +101,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</t> </t>
</tbody> </tbody>
</table> </table>
<!-- En cours -->
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
@ -109,10 +111,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</thead> </thead>
<tbody> <tbody>
<t t-foreach="docs" t-as="o"> <t t-foreach="docs" t-as="o">
<tr t-foreach="o.payment_ids" t-as="l"> <tr t-foreach="o.activity_registration_ids" t-as="l">
<tr> <tr>
<td> <td>
<spam t-field="l.name" /> <spam t-field="o.last_payment_state" />
</td> </td>
</tr> </tr>
</tr> </tr>