Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4140 Prikazi

please help by example and screenshort

Avatar
Opusti

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

Best Answer
    model.tree.view.custom
    your.model
    
    
        
        
            {
                'invisible': [('user_id.groups_id', 'in', [ref('your_custom_group_id')])]
            }
        
    

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
jun. 24
3267
0
mar. 23
1823
0
okt. 24
1054
1
jul. 23
1552
0
nov. 24
1609