Gantt chat hide unused button

This commit is contained in:
projectsodoo 2020-12-25 17:02:19 +05:30
parent 249938220c
commit 27d170aefd
1 changed files with 2 additions and 2 deletions

View File

@ -27,12 +27,12 @@
<i class="fa fa-compress"/>
</button>
</div>
<button t-if="activeActions.create &amp;&amp; activateScale == 'week'" class="o_gantt_button_copy_previous_week btn btn-secondary mr-3" title="Copy previous week">
<!-- <button t-if="activeActions.create &amp;&amp; activateScale == 'week'" class="o_gantt_button_copy_previous_week btn btn-secondary mr-3" title="Copy previous week">
Copy previous week
</button>
<button t-if="activeActions.edit" class="o_gantt_button_send_all btn btn-primary" title="Send schedule">
Send schedule
</button>
</button> -->
</div>
<t t-name="PlanningGanttView.Row" t-extend="GanttView.Row">