0
저는 작업 응용 프로그램에 대한 간반보기를 디자인하고 있습니다.브라우저에서 Qweb을 렌더링하지 못합니다.
<templates>
<t t-name="kanban-box">
<div class="oe_kanban_card">
<div class="oe_kanban_content">
<h4>
<a type="open">
<field name="name" />
</a>
</h4>
<field name="tag_ids" />
<ul>
<li><field name="user_id" /></li>
<li><field name="date_deadline" /></li>
<t t-if="record.effort_estimate.raw_value > 0">
<li>Estimate <field name="effort_estimate"/></li>
</t>
</ul>
<div class="oe_kanban_bottom_right">
<field name="kanban_state"
widget="kanban_state_selection"/>
</div>
<div class="oe_kanban_footer_left">
<field name="priority" widget="priority"/>
</div>
<t t-foreach="record.message_follower_ids.value" t-as="rec">
<t t-esc="rec" />;
</t>
</div>
</div>
</t>
</templates>
: I 메일 추종자 (또는 파트너)의 ID의 렌더링하는 코드의 다음 줄을 추가 할 때, 나는 odoo 클라이언트 오류 여기 (
Click here)
<t t-foreach="record.message_follower_ids.value" t-as="rec">
<t t-esc="rec" />;
</t>
전체 간판 정의는 얻을