Project and Services mailing list archives

project@odoo-community.org

Avatar

Re: [OCA/project] project_task_scheduling: Module for automatic task planning (#419)

by "Pedro M. Baeza" <notifications@github.com> - 17/08/2018 19:45:08

@pedrobaeza commented on this pull request.


In project_task_scheduling/views/project_task_scheduling_views.xml:

> +            <tree>
+                <field name="proposal_id"/>
+                <field name="employee_id"/>
+                <field name="task_id"/>
+                <field name="datetime_start"/>
+                <field name="datetime_stop"/>
+                <field name="delayed"/>
+            </tree>
+        </field>
+    </record>
+
+    <record id="project_task_scheduling_view_timeline" model="ir.ui.view">
+        <field name="name">project.task.scheduling.timeline</field>
+        <field name="model">project.task.scheduling</field>
+        <field name="arch" type="xml">
+            <timeline date_start="datetime_start"

Yes, we could use the same timeline definition as the one in project_timeline + rest of the extras. The dependency handling is another thing in the roadmap. I'm not sure if directly depend on all the other modules or develop several modules that plugs on the main one.


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.