This question has been flagged
3913 Views

I wanna hide the REPORTING menu in ACCOUNTING. DOes anyone here knows how to do that?? I Don't want to delete it i just want to hide it for specific user.. I'm currently using the groups but it didn't work. Do i need to do somethig? thanks in advance..

I used this but nothing happen:

                <record id="account.menu_finance_reports" model="ir.ui.menu">
                             <field name="groups_id" eval="[(3,ref('group_pcci_accounting_no_reports'))]"/>
               </record>


 

Avatar
Discard

Please check this link https://www.odoo.com/forum/help-1/question/hide-menu-for-existing-group-18704. In may be helpful in your case

Author

thanks Michael Pol