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

I Designing a qweb report template for the Dashboard, in this I have a table with the number of columns in that I want to specify some column to show for the particular users groups only.

Example:

If I want to Show the dashboard column value into the Sales Users Groups only means I want to Show the Particular Column to  Sales Users Groups only. 

Is there any way to specify groups tag in qweb report template in the table column.

アバター
破棄
最善の回答

yes you can

do it like

<t groups="sales_team.group_sale_salesman">

    (define your code inside this

    like)

    <span t-field="o.partner_id.name"/>

</t>


thank you

アバター
破棄
関連投稿 返信 ビュー 活動
2
7月 19
3060
1
5月 19
2677
0
1月 20
3664
1
6月 18
14
2
5月 18
13602