Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][IMP]project_timeline: improved timeline handling for project tasks #1335

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. [REF] project_timeline: Use dedicated fields for timeline planning

    The fields `date_assign` and `date_end` can't be used, as they are
    automatically rewritten on certain flow events (user assignation and
    stage changed to finished one), so we need dedicated fields for the
    planning. A previous change switches `date_assign` to `date_start`, but
    it didn't change demo data, and better to use a consistent naming,
    prefixing both fields with `planned_`.
    
    This includes the migration scripts for preserving previous data, and
    automations to fill planned data from the previous fields. It also
    pre-fills planning information from assignation date/close date as a
    best effort pre-planning for existing tasks.
    
    TT50618
    
    Co-Authored-By: Pedro M. Baeza <[email protected]>
    juanjosesegui-tecnativa and pedrobaeza committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    42bd28c View commit details
    Browse the repository at this point in the history