Skip to Content
Menu
This question has been flagged
1 Odpoveď
3532 Zobrazenia

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

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

Avatar
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
feb 23
2576
1
sep 22
4330
6
dec 24
20228
2
júl 23
4800
1
dec 22
2589