コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6022 ビュー

Hi,

I want to set new template in rml according to the condition. I tried the below code but not succeeded yet.

Code:

<docAssign var='n' expr='5'/>
<docIf cond='n>5'>
  <setNextTemplate name="sec"/>
  <includePdfPages filename="Sales Order.pdf" />
  <nextFrame/>

<docElse/>
  <para style="terp_default_8"> </para>
</docIf>

Please help me to set the template.

Thank you.

アバター
破棄
最善の回答

Hi Stephen,

I'm facing the same problem... It seems that conditional formatting is not yet implemented in OpenERP's RML processing. It's explained in this thread I just found out, conditional formatting must be done other way. Check it out: https://www.odoo.com/forum/help-1/question/reportlab-conditional-table-header-15143

アバター
破棄
関連投稿 返信 ビュー 活動
2
3月 15
6930
0
3月 15
3308
3
7月 24
8511
3
6月 17
8073
0
4月 17
3212