updated cal view

This commit is contained in:
projectsodoo 2021-02-18 12:30:45 +05:30
parent 48f983ea06
commit a951928550
1 changed files with 3 additions and 5 deletions

View File

@ -70,17 +70,15 @@
<field name="model">project.consultant.hrs.report</field>
<field name="arch" type="xml">
<calendar string="Consultant Allocation"
create="0"
date_start="start_date"
date_stop="end_date"
mode="month"
quick_add="False"
color="project_id">
date_stop="end_date" create="0" quick_add="False"
mode="month">
<field name="project_id"/>
<field name="employee_id"/>
</calendar>
</field>
</record>
<!-- create="0" quick_add="False" color="project_id" -->
<record id="action_project_consultant_hrs_report" model="ir.actions.act_window">
<field name="name">Consultant Allocation</field>