Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7328 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
lip 19
3199
1
maj 19
2801
0
sty 20
3819
1
cze 18
14
2
maj 18
13761