Timesheet Grid

Timesheet View Form

Show Name

ID: mint_system.timesheet_grid.timesheet_view_form.show_name

<?xml version="1.0"?>
<data inherit_id="timesheet_grid.timesheet_view_form" priority="50">
    <xpath expr="//field[@name='task_id']" position="after">
        <field name="name"/>
    </xpath>
</data>

Source: snippets/timesheet_grid.timesheet_view_form.show_name.xmlopen in new window