Project and Services mailing list archives

project@odoo-community.org

Avatar

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

by Rafael Blasco <notifications@github.com> - 24/09/2018 23:46:10

@rafaelbn 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"

Well, when you have 50 or 100 task a picture is not needed. Because you need to see global over view of the planned schedule, so as much compacted is everything, better visualization.


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.