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

please help by example and screenshort

形象
丢弃

Dynamic Action Menu Hider is an advanced Odoo module designed to enhance user experience by providing dynamic control over action menu buttons in both list and form views. This app enables you to hide or show critical action buttons like Delete, Duplicate, Export, Export All, Archive, and Unarchive based on configurable settings and user permissions. Ideal for administrators and managers who need granular control over user actions, this app ensures that sensitive or unnecessary actions are only available to authorized users, improving data security and streamlining workflows.
https://apps.odoo.com/apps/modules/16.0/mh_all_in_one_hide_action_menu

最佳答案
    model.tree.view.custom
    your.model
    
    
        
        
            {
                'invisible': [('user_id.groups_id', 'in', [ref('your_custom_group_id')])]
            }
        
    

形象
丢弃
相关帖文 回复 查看 活动
2
6月 24
3253
0
3月 23
1805
0
10月 24
1038
1
7月 23
1548
0
11月 24
1600