132 lines
11 KiB
XML
132 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="project_sharing_inherit_project_task_view_form" model="ir.ui.view">
|
|
<field name="name">project.sharing.project.task.view.form.inherit</field>
|
|
<field name="model">project.task</field>
|
|
<field name="priority">500</field>
|
|
<field name="inherit_id" ref="project.project_sharing_project_task_view_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='child_ids']/list/field[@name='partner_id']" position="after">
|
|
<field name="allow_timesheets" column_invisible="1"/>
|
|
</xpath>
|
|
<xpath expr="//field[@name='depend_on_ids']/list/field[@name='partner_id']" position="after">
|
|
<field name="allow_timesheets" column_invisible="1"/>
|
|
</xpath>
|
|
<xpath expr="//field[@name='child_ids']/list/field[@name='portal_user_names']" position="after">
|
|
<field name="allocated_hours" widget="timesheet_uom_no_toggle" sum="Total Allocated Time" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="effective_hours" widget="timesheet_uom" sum="Effective Hours" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="subtask_effective_hours" string="Sub-tasks Time Spent" widget="timesheet_uom" sum="Sub-tasks Time Spent" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="total_hours_spent" widget="timesheet_uom" sum="Total Time Spent" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="remaining_hours" widget="timesheet_uom" sum="Time Remaining" optional="hide" decoration-danger="progress >= 1" decoration-warning="progress >= 0.8 and progress < 1" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="progress" widget="project_task_progressbar" optional="hide" options="{'overflow_class': 'bg-danger'}" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
</xpath>
|
|
<xpath expr="//field[@name='depend_on_ids']/list/field[@name='portal_user_names']" position="after">
|
|
<field name="allocated_hours" widget="timesheet_uom_no_toggle" sum="Total Allocated Time" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="effective_hours" widget="timesheet_uom" sum="Effective Hours" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="subtask_effective_hours" string="Sub-tasks Time Spent" widget="timesheet_uom" sum="Sub-tasks Time Spent" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="total_hours_spent" string="Total Time Spent" widget="timesheet_uom" sum="Total Time Spent" optional="hide" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="remaining_hours" widget="timesheet_uom" sum="Time Remaining" optional="hide" decoration-danger="progress >= 1" decoration-warning="progress >= 0.8 and progress < 1" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
<field name="progress" widget="project_task_progressbar" optional="hide" options="{'overflow_class': 'bg-danger'}" column_invisible="not parent.allow_timesheets" invisible="not allow_timesheets"/>
|
|
</xpath>
|
|
<xpath expr="//field[@name='partner_id']" position="after">
|
|
<field name="encode_uom_in_days" invisible="1"/>
|
|
<field name="subtask_count" invisible="1"/>
|
|
<label for="allocated_hours" invisible="not allow_timesheets"/>
|
|
<div class="text-nowrap" invisible="not allow_timesheets">
|
|
<field name="allocated_hours" class="oe_inline" widget="float_time" readonly="1"/>
|
|
<span invisible="subtask_count == 0">
|
|
(incl. <field name="subtask_allocated_hours" nolabel="1" widget="timesheet_uom_no_toggle" class="oe_inline"/> on
|
|
<span class="fw-bold text-dark"> Sub-tasks</span>)
|
|
</span>
|
|
(<field name="progress" invisible="not project_id" class="oe_inline" nolabel="1" decoration-danger="progress > 1.005" digits="[1, 0]" widget="percentage"/>)
|
|
</div>
|
|
</xpath>
|
|
<xpath expr="//notebook/page[@name='description_page']" position="after">
|
|
<field name="analytic_account_active" invisible="1"/>
|
|
<field name="allow_timesheets" invisible="1"/>
|
|
<page string="Timesheets" name="page_timesheets" id="timesheets_tab" invisible="not allow_timesheets">
|
|
<field name="timesheet_ids" mode="list,kanban"
|
|
readonly="not analytic_account_active">
|
|
<list string="Timesheet Activities" default_order="date" no_open="1" create="false" delete="0">
|
|
<field name="date"/>
|
|
<field name="employee_id"/>
|
|
<field name="name"/>
|
|
<field name="unit_amount" string="Time Spent" widget="timesheet_uom" decoration-danger="unit_amount > 24"/>
|
|
</list>
|
|
<kanban class="o_kanban_mobile">
|
|
<templates>
|
|
<t t-name="card" class="row g-0">
|
|
<field name="employee_id" class="col-6 fw-bold"/>
|
|
<field name="date" class="col-6 text-end fw-bold" />
|
|
<field name="name" class="col-6 text-muted"/>
|
|
<field name="unit_amount" widget="float_time" class="col-6 text-end"/>
|
|
</t>
|
|
</templates>
|
|
</kanban>
|
|
</field>
|
|
<group invisible="not analytic_account_active">
|
|
<group class="oe_subtotal_footer" name="project_hours">
|
|
<span class="o_td_label float-start">
|
|
<label class="fw-bold" for="effective_hours" string="Time Spent"/>
|
|
</span>
|
|
<field name="effective_hours" widget="timesheet_uom" nolabel="1"/>
|
|
<button name="action_view_subtask_timesheet" type="object" class="ps-0 border-0 oe_inline oe_link mb-2 o_td_label float-start" invisible="subtask_effective_hours == 0.0">
|
|
<span class="text-nowrap">Time Spent on Sub-tasks:</span>
|
|
</button>
|
|
<field name="subtask_effective_hours" class="mt-2" widget="timesheet_uom"
|
|
invisible="subtask_effective_hours == 0.0" nolabel="1"/>
|
|
<span id="total_hours_spent_label" invisible="subtask_effective_hours == 0.0" class="o_td_label float-start">
|
|
<label class="fw-bold" for="total_hours_spent" string="Total Time Spent"
|
|
invisible="encode_uom_in_days"/>
|
|
<label class="fw-bold" for="total_hours_spent" string="Total Days Spent"
|
|
invisible="not encode_uom_in_days"/>
|
|
</span>
|
|
<field name="total_hours_spent" widget="timesheet_uom" class="oe_subtotal_footer_separator" nolabel="1"
|
|
invisible="subtask_effective_hours == 0.0" />
|
|
<span class="o_td_label float-start">
|
|
<label class="fw-bold" for="remaining_hours" string="Time Remaining"
|
|
invisible="allocated_hours == 0.0 or encode_uom_in_days or remaining_hours < 0"/>
|
|
<label class="fw-bold" for="remaining_hours" string="Days Remaining"
|
|
invisible="allocated_hours == 0.0 or not encode_uom_in_days or remaining_hours < 0"/>
|
|
<label class="fw-bold text-danger" for="remaining_hours" string="Time Remaining"
|
|
invisible="allocated_hours == 0.0 or encode_uom_in_days or remaining_hours >= 0"/>
|
|
<label class="fw-bold text-danger" for="remaining_hours" string="Days Remaining"
|
|
invisible="allocated_hours == 0.0 or not encode_uom_in_days or remaining_hours >= 0"/>
|
|
</span>
|
|
<field name="remaining_hours" widget="timesheet_uom" class="oe_subtotal_footer_separator"
|
|
invisible="allocated_hours == 0.0" nolabel="1"/>
|
|
</group>
|
|
</group>
|
|
</page>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="project_sharing_kanban_inherit_project_task_view_kanban" model="ir.ui.view">
|
|
<field name="name">project.sharing.project.task.timesheet.kanban.inherited</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.project_sharing_project_task_view_kanban"/>
|
|
<field name="arch" type="xml">
|
|
<templates position="before">
|
|
<field name="progress" />
|
|
<field name="remaining_hours" />
|
|
<field name="allocated_hours" />
|
|
<field name="allow_timesheets"/>
|
|
<field name="encode_uom_in_days" invisible="1"/>
|
|
</templates>
|
|
<field name="priority" position="after">
|
|
<t name="allocated_hours" t-if="record.allocated_hours.raw_value > 0 and record.allow_timesheets.raw_value">
|
|
<t t-set="badge" t-value="'border border-success'"/>
|
|
<t t-set="badge" t-value="'border border-warning'" t-if="record.progress.raw_value >= 0.8 and record.progress.raw_value <= 1"/>
|
|
<t t-set="badge" t-value="'border border-danger'" t-if="record.remaining_hours.raw_value < 0"/>
|
|
<t t-set="title" t-value="'Remaining days'" t-if="record.encode_uom_in_days.raw_value"/>
|
|
<t t-set="title" t-value="'Time Remaining'" t-else=""/>
|
|
<div t-attf-class="badge {{ badge }} bg-transparent flex-shrink-0" t-att-title="title">
|
|
<field name="remaining_hours" widget="timesheet_uom" />
|
|
</div>
|
|
</t>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</odoo>
|