跳至内容
菜单
此问题已终结
1 回复
10898 查看

I made a group to access every pages with readonly access

I want the user cannot see any button and cannot print or export records as well

how can I do it?

形象
丢弃
最佳答案

Hi willie ho,

   You can use the group option in button menu like this <button name="order_confirm" states="draft" string="Confirm Order" groups="xml id( group)"/> , this will show that particular button for specific group only......

形象
丢弃

how can implement this code?