Project and Services mailing list archives

project@odoo-community.org

Avatar

Re: [OCA/project] [12.0] [MIG] project_timeline_hr_timesheet (#468)

by Alexey Pelykh <notifications@github.com> - 07/02/2019 04:31:25

@alexey-pelykh requested changes on this pull request.


In project_timeline_hr_timesheet/views/project_task_view.xml:

> @@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2018 Onestein
+     License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
+
+<odoo>
+    <record id="project_task_timeline" model="ir.ui.view">
+        <field name="name">project_task_timeline</field>
+        <field name="model">project.task</field>
+        <field name="inherit_id" ref="project_timeline.project_task_timeline"/>
+        <field name="arch" type="xml">
+            <xpath expr="//field[@name='user_id']" position="after">

xpath is an overkill here, field would be enough


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.