Skip to Content
Menu
This question has been flagged

Why is the Internal project hidden and how to make it visible?

(is visible in configuration/projects but not in projects)

Avatar
Discard
Best Answer

Good Morning,

Check first you have hr timesheet Apps, if yes then you have to override project action like

<record id="project.open_view_project_all" model="ir.actions.act_window">
<field name="domain">[]field>
record>

If you have helpdesk timesheet installed then override project action like 

<record id="project.open_view_project_all" model="ir.actions.act_window">
<field name="domain">[('helpdesk_team', '=', False)]field>
record>
Avatar
Discard
Related Posts Replies Views Activity
1
Feb 23
1404
1
Sep 22
2740
6
Dec 24
17728
2
Jul 23
1678
1
Dec 22
1510