跳至內容
選單
此問題已被標幟
1 回覆
4472 瀏覽次數

Hello,

Perhaps does someone know how to dynamically load the print widget selection. I have several reports. There may only be a specific report available to print depending on the settings of my object.

頭像
捨棄
作者 最佳答案

In the report XML the key2 field will handle if the print widget is on the object or not.

This will automatically set widget on to the object:

<field name="key2">client_print_multi</field>

This will leave the widget out:

<field name="key2">False</field>

To dynamically set it you could perhaps use a button which calls and object.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 15
9871
1
3月 15
3957
0
3月 15
3614
2
3月 15
8547
4
1月 24
13090