440 lines
31 KiB
XML
440 lines
31 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<record id="act_hr_timesheet_line_by_project" model="ir.actions.act_window">
|
|
<field name="name">Timesheets</field>
|
|
<field name="res_model">account.analytic.line</field>
|
|
<field name="view_mode">tree,kanban,pivot,graph,form</field>
|
|
<field name="view_id" ref="timesheet_view_tree_user"/>
|
|
<field name="domain">[('project_id', '=', active_id)]</field>
|
|
<field name="context">{
|
|
"default_project_id": active_id,
|
|
"is_timesheet": 1,
|
|
}</field>
|
|
<field name="search_view_id" ref="hr_timesheet_line_search"/>
|
|
<field name="help" type="html">
|
|
<p class="o_view_nocontent_smiling_face">
|
|
Record a new activity
|
|
</p><p>
|
|
Track your working hours by projects every day and invoice this time to your customers.
|
|
</p>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="act_hr_timesheet_line_by_project_view_tree" model="ir.actions.act_window.view">
|
|
<field name="view_mode">tree</field>
|
|
<field name="sequence" eval="1"/>
|
|
<field name="view_id" ref="timesheet_view_tree_user"/>
|
|
<field name="act_window_id" ref="act_hr_timesheet_line_by_project"/>
|
|
</record>
|
|
|
|
<record id="act_hr_timesheet_line_by_project_view_kanban" model="ir.actions.act_window.view">
|
|
<field name="view_mode">kanban</field>
|
|
<field name="sequence" eval="2"/>
|
|
<field name="view_id" ref="view_kanban_account_analytic_line"/>
|
|
<field name="act_window_id" ref="act_hr_timesheet_line_by_project"/>
|
|
</record>
|
|
|
|
<record id="act_hr_timesheet_line_by_project_view_pivot" model="ir.actions.act_window.view">
|
|
<field name="view_mode">pivot</field>
|
|
<field name="sequence" eval="3"/>
|
|
<field name="view_id" ref="view_hr_timesheet_line_pivot"/>
|
|
<field name="act_window_id" ref="act_hr_timesheet_line_by_project"/>
|
|
</record>
|
|
|
|
<record id="act_hr_timesheet_line_by_project_view_graph" model="ir.actions.act_window.view">
|
|
<field name="view_mode">graph</field>
|
|
<field name="sequence" eval="4"/>
|
|
<field name="view_id" ref="view_hr_timesheet_line_graph_all"/>
|
|
<field name="act_window_id" ref="act_hr_timesheet_line_by_project"/>
|
|
</record>
|
|
|
|
<record id="act_hr_timesheet_line_by_project_view_form" model="ir.actions.act_window.view">
|
|
<field name="view_mode">form</field>
|
|
<field name="sequence" eval="10"/>
|
|
<field name="view_id" ref="hr_timesheet_line_form"/>
|
|
<field name="act_window_id" ref="act_hr_timesheet_line_by_project"/>
|
|
</record>
|
|
|
|
<record id="project_project_view_form_simplified_inherit_timesheet" model="ir.ui.view">
|
|
<field name="name">project.project.view.form.simplified.inherit.timesheet</field>
|
|
<field name="model">project.project</field>
|
|
<field name="inherit_id" ref="project.project_project_view_form_simplified"/>
|
|
<field name="priority">24</field>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[hasclass('o_settings_container')]" position="inside">
|
|
<div class="col-lg-6 o_setting_box">
|
|
<div class="o_setting_left_pane">
|
|
<field name="allow_timesheets"/>
|
|
</div>
|
|
<div class="o_setting_right_pane">
|
|
<label for="allow_timesheets" string="Timesheets"/>
|
|
<div class="text-muted">
|
|
Log time on tasks
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="project_invoice_form" model="ir.ui.view">
|
|
<field name="name">Inherit project form : Invoicing Data</field>
|
|
<field name="model">project.project</field>
|
|
<field name="inherit_id" ref="project.edit_project"/>
|
|
<field name="priority">24</field>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[@name='dates']" position="after">
|
|
<field name="allocated_hours" widget="timesheet_uom_no_toggle" attrs="{'invisible': [('allow_timesheets', '=', False)]}"/>
|
|
</xpath>
|
|
<xpath expr="//group[@name='group_time_managment']" position="attributes">
|
|
<attribute name="invisible">0</attribute>
|
|
</xpath>
|
|
<xpath expr="//group[@name='group_time_managment']" position="inside">
|
|
<div class="o_setting_box" id="timesheet_settings" colspan="2">
|
|
<div class="o_setting_left_pane">
|
|
<field name="allow_timesheets"/>
|
|
</div>
|
|
<div class="o_setting_right_pane">
|
|
<label for="allow_timesheets" string="Timesheets"/>
|
|
<div class="text-muted">
|
|
Log time on tasks
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record model="ir.ui.view" id="view_task_form2_inherited">
|
|
<field name="name">project.task.form.inherited</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_task_form2" />
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='child_ids']/tree/field[@name='company_id']" position="after">
|
|
<field name="planned_hours" widget="timesheet_uom_no_toggle" sum="Initially Planned Hours" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="effective_hours" widget="timesheet_uom" sum="Effective Hours" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="subtask_effective_hours" string="Sub-tasks Hours Spent" widget="timesheet_uom" sum="Sub-tasks Hours Spent" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="total_hours_spent" string="Total Hours" widget="timesheet_uom" sum="Total Hours" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="remaining_hours" widget="timesheet_uom" sum="Remaining Hours" optional="hide" decoration-danger="progress >= 100" decoration-warning="progress >= 80 and progress < 100" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="progress" widget="progressbar" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
</xpath>
|
|
<xpath expr="//notebook/page[@name='description_page']" position="after">
|
|
<field name="allow_timesheets" invisible="1"/>
|
|
<field name="allow_subtasks" invisible="1"/>
|
|
<t groups="hr_timesheet.group_hr_timesheet_user">
|
|
<field name="analytic_account_active" invisible="1"/>
|
|
<field name="encode_uom_in_days" invisible="1"/>
|
|
<field name="subtask_count" invisible="1"/>
|
|
</t>
|
|
<page string="Timesheets" id="timesheets_tab" attrs="{'invisible': [('allow_timesheets', '=', False)]}" groups="hr_timesheet.group_hr_timesheet_user">
|
|
<group>
|
|
<group>
|
|
<label for="planned_hours" string="Allocated Hours" attrs="{'invisible': [('encode_uom_in_days', '=', True)]}"/>
|
|
<label for="planned_hours" string="Allocated Days" attrs="{'invisible': [('encode_uom_in_days', '=', False)]}"/>
|
|
<div class="o_row">
|
|
<field name="planned_hours" class="o_field_float_time oe_inline ms-2" widget="timesheet_uom_no_toggle"/>
|
|
<span attrs="{'invisible': ['|', ('allow_subtasks', '=', False), ('subtask_count', '=', 0)]}">
|
|
(incl. <field name="subtask_planned_hours" nolabel="1" groups="project.group_subtask_project" widget="timesheet_uom_no_toggle" class="oe_inline"/> on
|
|
<span class="fw-bold text-dark"> Sub-tasks</span>)
|
|
</span>
|
|
</div>
|
|
</group>
|
|
<group>
|
|
<field name="progress" widget="progressbar"/>
|
|
</group>
|
|
</group>
|
|
<group name="timesheet_error" attrs="{'invisible': [('analytic_account_active', '!=', False)]}">
|
|
<div class="alert alert-warning" role="alert" colspan="2">
|
|
You cannot log timesheets on this project since it is linked to an inactive analytic account. Please change this account, or reactivate the current one to timesheet on the project.
|
|
</div>
|
|
</group>
|
|
<field name="timesheet_ids" mode="tree,kanban" attrs="{'invisible': [('analytic_account_active', '=', False)]}" context="{'default_project_id': project_id, 'default_name':''}">
|
|
<tree editable="bottom" string="Timesheet Activities" default_order="date">
|
|
<field name="date"/>
|
|
<field name="user_id" invisible="1"/>
|
|
<field name="employee_id" required="1" widget="many2one_avatar_employee" context="{'active_test': True}" options="{'relation': 'hr.employee.public'}" groups="!hr.group_hr_user"/>
|
|
<field name="employee_id" required="1" widget="many2one_avatar_employee" context="{'active_test': True}" options="{'relation': 'hr.employee'}" groups="hr.group_hr_user"/>
|
|
<field name="name" required="0"/>
|
|
<field name="unit_amount" widget="timesheet_uom" decoration-danger="unit_amount > 24 or unit_amount < 0"/>
|
|
<field name="project_id" invisible="1"/>
|
|
<field name="task_id" invisible="1"/>
|
|
<field name="company_id" invisible="1"/>
|
|
</tree>
|
|
<kanban class="o_kanban_mobile">
|
|
<field name="date"/>
|
|
<field name="user_id"/>
|
|
<field name="name"/>
|
|
<field name="unit_amount" decoration-danger="unit_amount > 24"/>
|
|
<field name="project_id"/>
|
|
<field name="task_id" invisible="1"/>
|
|
<templates>
|
|
<t t-name="kanban-box">
|
|
<div t-attf-class="oe_kanban_card oe_kanban_global_click">
|
|
<div class="row">
|
|
<div class="col-6">
|
|
<field name="employee_id" widget="many2one_avatar_employee" context="{'active_test': True}" options="{'relation': 'hr.employee.public'}" groups="!hr.group_hr_user"/>
|
|
<field name="employee_id" widget="many2one_avatar_employee" context="{'active_test': True}" options="{'relation': 'hr.employee'}" groups="hr.group_hr_user"/>
|
|
<strong><span><t t-esc="record.employee_id.value"/></span></strong>
|
|
</div>
|
|
<div class="col-6 float-end text-end">
|
|
<strong><t t-esc="record.date.value"/></strong>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-6 text-muted">
|
|
<span><t t-esc="record.name.value"/></span>
|
|
</div>
|
|
<div class="col-6">
|
|
<span class="float-end text-end">
|
|
<field name="unit_amount" widget="float_time"/>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</templates>
|
|
</kanban>
|
|
<form string="Timesheet Activities">
|
|
<sheet>
|
|
<group>
|
|
<field name="date"/>
|
|
<field name="user_id" invisible="1"/>
|
|
<field name="employee_id" required="1" widget="many2one_avatar_employee" context="{'active_test': True}" options="{'relation': 'hr.employee.public'}" groups="!hr.group_hr_user"/>
|
|
<field name="employee_id" required="1" widget="many2one_avatar_employee" context="{'active_test': True}" options="{'relation': 'hr.employee'}" groups="hr.group_hr_user"/>
|
|
<field name="name" required="0"/>
|
|
<field name="unit_amount" string="Duration" widget="float_time" decoration-danger="unit_amount > 24"/>
|
|
<field name="project_id" invisible="1"/>
|
|
<field name="task_id" invisible="1"/>
|
|
<field name="company_id" invisible="1"/>
|
|
</group>
|
|
</sheet>
|
|
</form>
|
|
</field>
|
|
<group attrs="{'invisible': [('analytic_account_active', '=', False)]}">
|
|
<group class="oe_subtotal_footer oe_right" name="project_hours">
|
|
<span class="o_td_label float-start">
|
|
<label class="fw-bold" for="effective_hours" string="Hours Spent" attrs="{'invisible': [('encode_uom_in_days', '=', True)]}"/>
|
|
<label class="fw-bold" for="effective_hours" string="Days Spent" attrs="{'invisible': [('encode_uom_in_days', '=', False)]}"/>
|
|
</span>
|
|
<field name="effective_hours" widget="timesheet_uom" nolabel="1"/>
|
|
<!-- remove o_form_subtask_button class from master-->
|
|
<button name="action_view_subtask_timesheet" type="object" class="o_form_subtask_button ps-0 border-0 oe_inline oe_link mb-2 o_td_label float-start" attrs="{'invisible' : ['|', ('allow_subtasks', '=', False), ('subtask_effective_hours', '=', 0.0)]}">
|
|
<span class="text-nowrap" attrs="{'invisible' : [('encode_uom_in_days', '=', True)]}">Hours Spent on Sub-tasks:</span>
|
|
<span class="text-nowrap" attrs="{'invisible' : [('encode_uom_in_days', '=', False)]}">Days Spent on Sub-tasks:</span>
|
|
</button>
|
|
<field name="subtask_effective_hours" class="mt-2" widget="timesheet_uom"
|
|
attrs="{'invisible' : ['|', ('allow_subtasks', '=', False), ('subtask_effective_hours', '=', 0.0)]}" nolabel="1"/>
|
|
<span attrs="{'invisible': ['|', ('allow_subtasks', '=', False), ('subtask_effective_hours', '=', 0.0)]}" class="o_td_label float-start">
|
|
<label class="fw-bold" for="total_hours_spent" string="Total Hours"
|
|
attrs="{'invisible': ['|', '|', ('allow_subtasks', '=', False), ('subtask_effective_hours', '=', 0.0), ('encode_uom_in_days', '=', True)]}"/>
|
|
<label class="fw-bold" for="total_hours_spent" string="Total Days"
|
|
attrs="{'invisible': ['|', '|', ('allow_subtasks', '=', False), ('subtask_effective_hours', '=', 0.0), ('encode_uom_in_days', '=', False)]}"/>
|
|
</span>
|
|
<field name="total_hours_spent" widget="timesheet_uom" class="oe_subtotal_footer_separator" nolabel="1"
|
|
attrs="{'invisible' : ['|', ('allow_subtasks', '=', False), ('subtask_effective_hours', '=', 0.0)]}" />
|
|
<span class="o_td_label float-start" attrs="{'invisible': [('planned_hours', '=', 0.0)]}">
|
|
<label class="fw-bold" for="remaining_hours" string="Remaining Hours"
|
|
attrs="{'invisible': ['|', ('encode_uom_in_days', '=', True), ('remaining_hours', '<', 0)]}"/>
|
|
<label class="fw-bold" for="remaining_hours" string="Remaining Days"
|
|
attrs="{'invisible': ['|', ('encode_uom_in_days', '=', False), ('remaining_hours', '<', 0)]}"/>
|
|
<label class="fw-bold text-danger" for="remaining_hours" string="Remaining Hours"
|
|
attrs="{'invisible': ['|', ('encode_uom_in_days', '=', True), ('remaining_hours', '>=', 0)]}"/>
|
|
<label class="fw-bold text-danger" for="remaining_hours" string="Remaining Days"
|
|
attrs="{'invisible': ['|', ('encode_uom_in_days', '=', False), ('remaining_hours', '>=', 0)]}"/>
|
|
</span>
|
|
<field name="remaining_hours" widget="timesheet_uom" class="oe_subtotal_footer_separator"
|
|
attrs="{'invisible' : [('planned_hours', '=', 0.0)]}" nolabel="1"/>
|
|
</group>
|
|
</group>
|
|
</page>
|
|
</xpath>
|
|
<xpath expr="//field[@name='depend_on_ids']/tree//field[@name='company_id']" position="after">
|
|
<field name="allow_subtasks" invisible="1" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="progress" invisible="1" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="planned_hours" widget="timesheet_uom_no_toggle" sum="Initially Planned Hours" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="effective_hours" widget="timesheet_uom" sum="Effective Hours" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="subtask_effective_hours" widget="timesheet_uom" attrs="{'invisible' : [('allow_subtasks', '=', False)]}" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="total_hours_spent" widget="timesheet_uom" attrs="{'invisible' : [('allow_subtasks', '=', False)]}" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="remaining_hours" widget="timesheet_uom" sum="Remaining Hours" optional="hide" decoration-danger="progress >= 100" decoration-warning="progress >= 80 and progress < 100" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
<field name="progress" widget="progressbar" optional="hide" groups="hr_timesheet.group_hr_timesheet_user"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="project_project_view_tree_inherit_sale_project" model="ir.ui.view">
|
|
<field name="name">project.project.tree.inherit.sale.timesheet</field>
|
|
<field name="model">project.project</field>
|
|
<field name="inherit_id" ref="project.view_project"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='date']" position="after">
|
|
<field name="allocated_hours" widget="timesheet_uom_no_toggle" optional="show" attrs="{'invisible' : [('allocated_hours', '=', 0)]}"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="view_task_tree2_inherited" model="ir.ui.view">
|
|
<field name="name">project.task.tree.inherited</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_task_tree2" />
|
|
<field eval="2" name="priority"/>
|
|
<field name="arch" type="xml">
|
|
<field name="company_id" position="after">
|
|
<field name="allow_subtasks" invisible="1"/>
|
|
<field name="progress" invisible="1"/>
|
|
<field name="planned_hours" widget="timesheet_uom_no_toggle" sum="Initially Planned Hours" optional="hide"/>
|
|
<field name="effective_hours" widget="timesheet_uom" sum="Effective Hours" optional="hide"/>
|
|
<field name="subtask_effective_hours" widget="timesheet_uom" attrs="{'invisible' : [('allow_subtasks', '=', False)]}" optional="hide"/>
|
|
<field name="total_hours_spent" widget="timesheet_uom" attrs="{'invisible' : [('allow_subtasks', '=', False)]}" optional="hide"/>
|
|
<field name="remaining_hours" widget="timesheet_uom" sum="Remaining Hours" optional="hide" decoration-danger="progress >= 100" decoration-warning="progress >= 80 and progress < 100"/>
|
|
<field name="progress" widget="progressbar" optional="hide" groups="hr_timesheet.group_hr_timesheet_user" attrs="{'invisible' : [('planned_hours', '=', 0)]}"/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="view_project_kanban_inherited" model="ir.ui.view">
|
|
<field name="name">project.project.timesheet.kanban.inherited</field>
|
|
<field name="model">project.project</field>
|
|
<field name="inherit_id" ref="project.view_project_kanban"/>
|
|
<field name="priority">24</field>
|
|
<field name="arch" type="xml">
|
|
<field name="partner_id" position="after">
|
|
<field name="allow_timesheets" invisible="1"/>
|
|
<field name="timesheet_count" invisible="1"/>
|
|
<field name="remaining_hours" invisible="1"/>
|
|
<field name="encode_uom_in_days" invisible="1"/>
|
|
<field name="allocated_hours" invisible="1"/>
|
|
</field>
|
|
<xpath expr="//div[hasclass('o_kanban_manage_view')]" position="inside">
|
|
<div role="menuitem" t-if="record.allow_timesheets.raw_value and record.timesheet_count and record.timesheet_count.raw_value" groups="hr_timesheet.group_hr_timesheet_user">
|
|
<a name="action_project_timesheets" type="object">Timesheets</a>
|
|
</div>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('o_project_kanban_boxes')]" position="after">
|
|
<t t-set="badgeColor" t-value="'border-success'"/>
|
|
<t t-set="badgeColor" t-value="'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="'Remaining hours'" t-else=""/>
|
|
<div t-if="record.allow_timesheets.raw_value and record.allocated_hours.raw_value > 0"
|
|
t-attf-class="oe_kanban_align badge border {{ badgeColor }}" t-att-title="title" groups="hr_timesheet.group_hr_timesheet_user">
|
|
<field name="remaining_hours" widget="timesheet_uom"/>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="view_task_kanban_inherited_progress" model="ir.ui.view">
|
|
<field name="name">project.task.timesheet.kanban.inherited.progress</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_task_kanban"/>
|
|
<field name="arch" type="xml">
|
|
<templates position="before">
|
|
<field name="progress" />
|
|
<field name="remaining_hours" />
|
|
<field name="planned_hours" />
|
|
<field name="allow_timesheets"/>
|
|
<field name="encode_uom_in_days" invisible="1"/>
|
|
</templates>
|
|
<div class="oe_kanban_bottom_left" position="inside">
|
|
<t name="planned_hours" t-if="record.planned_hours.raw_value > 0 and record.allow_timesheets.raw_value" groups="hr_timesheet.group_hr_timesheet_user">
|
|
<t t-set="badge" t-value=""/>
|
|
<t t-set="badge" t-value="'border-warning'" t-if="record.progress.raw_value >= 80 and record.progress.raw_value <= 100"/>
|
|
<t t-set="badge" t-value="'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="'Remaining hours'" t-else=""/>
|
|
<div t-attf-class="oe_kanban_align badge {{ badge }}" t-att-title="title">
|
|
<field name="remaining_hours" widget="timesheet_uom" />
|
|
</div>
|
|
</t>
|
|
</div>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="project_task_view_search" model="ir.ui.view">
|
|
<field name="name">project.task.view.search.inherit.sale.timesheet.enterprise</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_task_search_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//filter[@name='followed_by_me']" position='after'>
|
|
<filter string="My Team's Tasks" name="my_team_tasks" domain="[('user_ids.employee_parent_id.user_id', '=', uid)]"/>
|
|
<filter string="My Department's Tasks" name="my_department" domain="[('user_ids.employee_id.member_of_department', '=', True)]"/>
|
|
</xpath>
|
|
<xpath expr="//filter[@name='tasks_due_today']" position='after'>
|
|
<filter string="Tasks in Overtime" name="overtime" domain="[('overtime', '>', 0)]"/>
|
|
<filter string="Tasks Soon in Overtime" name="remaining_hours_percentage" domain="[('remaining_hours_percentage', '<=', 0.2)]"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="view_task_search_form_hr_extended" model="ir.ui.view">
|
|
<field name="name">project.task.view.search.inherit.hr.timesheet</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_task_search_form_extended"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//filter[@name='my_favorite_projects']" position='after'>
|
|
<filter string="My Team's Projects" name="my_teams_projects" domain="[('project_id.user_id.employee_parent_id.user_id', '=', uid)]"/>
|
|
<filter string="My Department's Projects" name="my_department" domain="[('manager_id.employee_id.member_of_department', '=', True)]"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="view_project_project_filter_inherit_timesheet" model="ir.ui.view">
|
|
<field name="name">project.project.view.inherit.timesheet</field>
|
|
<field name="model">project.project</field>
|
|
<field name="inherit_id" ref="project.view_project_project_filter"/>
|
|
<field name="arch" type="xml">
|
|
<filter name="followed_by_me" position='before'>
|
|
<filter string="My Team" name="my_team_projects" domain="[('user_id.employee_parent_id.user_id', '=', uid)]"/>
|
|
<filter string="My Department" name="my_department" domain="[('user_id.employee_id.member_of_department', '=', True)]"/>
|
|
</filter>
|
|
<filter name="late_milestones" position="before">
|
|
<filter string="Projects in Overtime" name="projects_in_overtime" domain="[('is_project_overtime', '=', True)]"/>
|
|
</filter>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="project_task_view_graph" model="ir.ui.view">
|
|
<field name="name">project.task.view.graph.inherited</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_project_task_graph"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//graph" position="attributes">
|
|
<attribute name="js_class">hr_timesheet_graphview</attribute>
|
|
</xpath>
|
|
<xpath expr="//field[@name='stage_id']" position='after'>
|
|
<field name="planned_hours" widget="timesheet_uom"/>
|
|
<field name="remaining_hours" widget="timesheet_uom"/>
|
|
<field name="effective_hours" widget="timesheet_uom"/>
|
|
<field name="total_hours_spent" widget="timesheet_uom"/>
|
|
<field name="overtime" widget="timesheet_uom"/>
|
|
<field name="subtask_effective_hours" widget="timesheet_uom"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="project_task_view_pivot" model="ir.ui.view">
|
|
<field name="name">project.task.view.pivot.inherited</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_project_task_pivot"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='stage_id']" position='after'>
|
|
<field name="planned_hours" widget="timesheet_uom"/>
|
|
<field name="remaining_hours" widget="timesheet_uom"/>
|
|
<field name="effective_hours" widget="timesheet_uom"/>
|
|
<field name="total_hours_spent" widget="timesheet_uom"/>
|
|
<field name="overtime" widget="timesheet_uom"/>
|
|
<field name="subtask_effective_hours" widget="timesheet_uom"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
<record id="project.open_view_project_all" model="ir.actions.act_window">
|
|
<field name="domain">[('is_internal_project', '=', False)]</field>
|
|
</record>
|
|
|
|
<record id="project.open_view_project_all_group_stage" model="ir.actions.act_window">
|
|
<field name="domain">[('is_internal_project', '=', False)]</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|