updated cal view
This commit is contained in:
parent
48f983ea06
commit
a951928550
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue