2016-09-14 14 views
0

Project> Taskからレポートを作成します。Odoo 9 reportタスクエラー

すると、テーブルからトライ負荷データaccount_analytic_line

enter image description here

評価しながら 「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> 

+1

あなたの綴りをチェックしてくださいtimesheet_ids ..、そうだと思います –

+0

@VigneshwaranThenraj Tnxたくさん.... –

答えて

0

timesheet_idsはtimesheets_idsではありません。ただの間違い。