Skip to content

Commit

Permalink
Merge PR #391 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
github-grap-bot committed Nov 18, 2024
2 parents 011f061 + 7b81dd4 commit ccbd13e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions grap_change_views_project/views/view_project_task.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,9 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="sql_request"/>
<field name="requesting_company_ids"/>
</field>
<xpath expr="//div[hasclass('oe_kanban_bottom_left')]//field[@name='activity_ids']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
<xpath expr="//div[hasclass('oe_kanban_bottom_left')]//field[@name='activity_ids']" position="after">
<div t-if="record.planned_hours.raw_value" class="text-muted o_kanban_record_subtitle">

(<field name="planned_hours" widget="float_time"/>)
<field name="planned_hours" widget="float_time"/>
</div>
<span t-if="record.github_link_1.raw_value"><a t-att-href="record.github_link_1.value" target="_blank"><i class="fa fa-github" role="img" aria-label="Pull request" title="Pull request" style="font-size:18px;color:#505050;margin-left:7px"/></a></span>
<span t-if="record.github_link_2.raw_value"><a t-att-href="record.github_link_2.value" target="_blank"><i class="fa fa-github" role="img" aria-label="Pull request" title="Pull request" style="font-size:18px;color:#505050"/></a></span>
Expand Down

0 comments on commit ccbd13e

Please sign in to comment.