Skip to Content
Menú
This question has been flagged
1 Respondre
3412 Vistes

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

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

Avatar
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
1
de febr. 23
2454
1
de set. 22
4202
6
de des. 24
19941
2
de jul. 23
3333
1
de des. 22
2457