Skip to content
Snippets Groups Projects
  1. May 26, 2023
  2. May 24, 2023
  3. May 23, 2023
  4. May 19, 2023
  5. May 09, 2023
  6. May 08, 2023
  7. May 05, 2023
  8. May 02, 2023
  9. Apr 27, 2023
  10. Apr 26, 2023
  11. Apr 25, 2023
  12. Apr 13, 2023
  13. Apr 09, 2023
  14. Apr 07, 2023
  15. Apr 06, 2023
  16. Apr 05, 2023
  17. Apr 04, 2023
  18. Apr 03, 2023
  19. Mar 31, 2023
  20. Mar 27, 2023
  21. Mar 21, 2023
  22. Mar 20, 2023
  23. Mar 17, 2023
  24. Mar 16, 2023
  25. Mar 14, 2023
    • ska-ibees's avatar
      [FIX] project: fix wrong subtask mapping while project copy · 31a966a9
      ska-ibees authored
      
      Steps to reproduce:
      1. Install module Project
      2. Enable Sub-Task feature in settings
      3. Create a project A and add a task with subtasks with depth level >1.
      4. Duplicate project A
      
      Issue:
      Duplicated child subtasks (depth >1) are not being mapped with the newly created project(duplicated one).
      
      Cause:
      Only mapping parent task due to wrong filter values.
      
      Solution:
      If the `display_project_id` of all tasks to duplicate (subtasks
      included) are linked to the project to duplicate, then the
      'display_project_id' of duplicated tasks for those tasks will be
      the newly created project on all child subtasks record sets.
      
      closes odoo/odoo#108875
      
      Signed-off-by: default avatarXavier Bol (xbo) <xbo@odoo.com>
      31a966a9
  26. Mar 06, 2023
  27. Feb 27, 2023
  28. Feb 24, 2023
  29. Feb 14, 2023
  30. Feb 13, 2023
  31. Feb 09, 2023
Loading