콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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
3055
1
5월 19
2676
0
1월 20
3635
1
6월 18
14
2
5월 18
13593