Skip to Content
Menu
This question has been flagged
1 Reply
6089 Views

what will happen when I add a "group" attribute in buttons?

For example in my code 

<header>

             <button name="set_open" string="Re-open project" type="object" states="open" group=""base.group_user/>

</header>

Avatar
Discard
Best Answer

with <button ... groups="base.group_user" />

=> the button will be only visible by employee user

Avatar
Discard