0
Project> Taskからレポートを作成します。Odoo 9 reportタスクエラー
すると、テーブルからトライ負荷データaccount_analytic_line
評価しながら 「doc.timesheets_ids " 'project.task' オブジェクトが無属性 'timesheets_ids' を持っている" このエラーが出ます'
<tbody>
<t t-foreach="doc.timesheets_ids" t-as="l">
<tr>
<td>
<span t-field="l.name"/>
</td>
<td class="text-right">
<span t-field="l.name"/>
</td>
<td>
<span t-field="l.name"/>
</td>
<td class="text-right">
<span t-field="l.name"/>
</td>
</tr>
</t>
</tbody>
<template id="report_task">
<t t-call="report.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="project.report_task_document"/>
</t>
</t>
</template>
あなたの綴りをチェックしてくださいtimesheet_ids ..、そうだと思います –
@VigneshwaranThenraj Tnxたくさん.... –