Project and Services mailing list archives
project@odoo-community.org
Browse archives
Re: [OCA/project] project_task_scheduling: Module for automatic task planning (#419)
Re: [OCA/project] project_task_scheduling: Module for automatic task planning (#419)
Re: [OCA/project] project_task_scheduling: Module for automatic task planning (#419)
by Dennis Sluijk <notifications@github.com> - 17/08/2018 18:14:02@tarteo requested changes on this pull request.
Very cool module! I couldn't test it on Runbot but will after it's fixed.
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"
Would be nice to also print the picture of the employee here.
—
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.