Closed victoralmau closed 1 month ago
Ping @chienandalu
/ocabot merge nobump
This PR looks fantastic, let's merge it! Prepared branch 15.0-ocabot-merge-pr-1342-by-pedrobaeza-bump-nobump, awaiting test results.
Congratulations, your PR was merged at 64ec7b0c0775afcd87f3ca794f5665aa6e65d6b6. Thanks a lot for contributing to OCA. ❤️
FWP from 14.0: https://github.com/OCA/project/pull/1335 + https://github.com/OCA/project/pull/1345
Improved timeline handling for project tasks
The fields
date_assign
anddate_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 switchesdate_assign
todate_start
, but it didn't change demo data, and better to use a consistent naming, prefixing both fields withplanned_
.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.
Please @pedrobaeza and @sergio-teruel can you review it?
@Tecnativa TT50618