Project and Services mailing list archives

project@odoo-community.org

Avatar

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

by ernestotejeda <notifications@github.com> - 26/09/2018 15:23:12

@ernestotejeda commented on this pull request.


In project_task_scheduling/views/project_task_scheduling_proposal_views.xml:

> +                        <field name="evaluation"/>
+                    </group>
+                    <notebook>
+                        <page string="Scheduling" name="scheduling">
+                            <group>
+                                <field name="task_scheduling_ids" nolabel="1">
+                                    <tree>
+                                        <field name="employee_id"/>
+                                        <field name="task_id"/>
+                                        <field name="datetime_start"/>
+                                        <field name="datetime_stop"/>
+                                        <field name="delayed"/>
+                                        <button name="action_set_assignation"
+                                                type="object"
+                                                string="Set assignation"
+                                                icon="fa-check"

I have removed this button because you can remove a task assignation proposal from the list view if you don't want to set it as definitive. Then, when you remove all task assignation proposal that you don't need, you can approve the complete proposal (that is: approve all task assignation proposal in this scheduling proposal) by clicking on approve button in the header of the form view.
I have added a state field to proposal in order to distinguish between an approved proposal and a not approved proposal.
Could you review that, please?


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.