project icon indicating copy to clipboard operation
project copied to clipboard

Migration to version 16.0

Open sbidoul opened this issue 2 years ago • 21 comments

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0

Modules to migrate

  • [x] project_administrator_restricted_visibility - By @edlopen - #1222
  • [x] project_department - By @aiendry-aktivsoftware - #1007
  • [x] project_duplicate_subtask - By @uncannycs - #1011
  • [ ] project_forecast_line - By @martiqubiq - #1140
  • [ ] project_forecast_line_bokeh_chart
  • [ ] project_forecast_line_holidays_public
  • [x] project_hr - By @pilarvargas-tecnativa - #1117
  • [x] project_key - By @vincent-hatakeyama - #1210
  • [x] project_list - By @otmanelagy - #1004
  • [ ] project_milestone
  • [x] project_parent - By @naglis - #1103
  • [x] project_parent_task_filter - By @emagdalenaC2i - #1035
  • [ ] project_purchase_analytic_global
  • [x] project_purchase_link - By @AnizR - #1061
  • [x] project_role - By @leemannd - #1049
  • [x] project_sequence - By @NICO-SOLUTIONS - #1155
  • [ ] project_status - By @atularvind - #1282
  • [x] project_stock - By @RabbitJon-S73 - #1052
  • [x] project_stock_product_set - By @victoralmau - #1200
  • [x] project_task_add_very_high - By @BT-apadron - #1015
  • [x] project_task_code - By @robinkeunen - #1209
  • [x] project_task_default_stage - By @uncannycs - #1014
  • [x] ~~project_task_dependency~~ Not needed. Feature already in core.
  • [x] project_task_material - By @manuelregidor - #1151
  • [ ] project_task_milestone
  • [x] project_task_note - By @carolinafernandez-tecnativa - #1240
  • [x] project_task_personal_stage_auto_fold - By @emagdalenaC2i - #1037
  • [x] project_task_project_required - By @maisim - #1304
  • [x] project_task_pull_request - By @Volodiay622 - #1208
  • [ ] project_task_recurring_activity - By @PicchiSeba - #1323
  • [x] project_task_stage_state - By @AungKoKoLin1997 - #1228
  • [x] project_template - By @Mantux11 - #1002
  • [x] project_timeline - By @bvanjeelharia - #1089
  • [x] project_timeline_hr_timesheet - By @Yadier-Tecnativa - #1116
  • [x] ~~project_timeline_task_dependency~~ Already included in project_timeline
  • [x] project_timesheet_time_control - By @stefan-tecnativa - #1148

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

sbidoul avatar Oct 03 '22 16:10 sbidoul

Migrating to v16. project_template: #1002

Mantux11 avatar Oct 24 '22 12:10 Mantux11

project_forecast_line is migrated here: https://github.com/OCA/project/pull/1001

yankinmax avatar Oct 27 '22 10:10 yankinmax

Hello, project_purchase_link is migrated on this pr #1061

AnizR avatar Feb 08 '23 17:02 AnizR

project_timesheet_time_control is missing to migrate?

RikiBalthazar avatar Mar 06 '23 11:03 RikiBalthazar

project_parent: #1103

naglis avatar Apr 11 '23 12:04 naglis

project_timesheet_time_control is missing to migrate?

I think it is Missing on migrate module list, any one can verify this?

rauldb-br avatar Apr 12 '23 14:04 rauldb-br

Being in the migration list won't speed up its migration. If you have a PR migrating it, then from the PR a command can be launched to include it here.

pedrobaeza avatar Apr 12 '23 14:04 pedrobaeza

Hi @sbidoul ,

can you cancel or cross project_task_milestone module, as this relation is already in version 16.0

https://github.com/odoo/odoo/blob/5e1b3fd6103239f4ca5a10c3b302fe51f313171b/addons/project/models/project_milestone.py#L22

angelmoya avatar May 09 '23 15:05 angelmoya

Hi @sbidoul,

you can also cancel or cross project_task_dependency, as was deprecated since version 15.0, and last version introduces migration script.

https://github.com/OCA/project/pull/892

angelmoya avatar May 09 '23 15:05 angelmoya

working on project_forecast_line https://github.com/OCA/project/pull/1140

martiqubiq avatar Jun 05 '23 10:06 martiqubiq

Migration [16.0][MIG] project_status

jaenbox avatar Jun 05 '23 10:06 jaenbox

working on/ project_task_stage_state https://github.com/OCA/project/pull/1126

valjaro avatar Jun 05 '23 11:06 valjaro

working on / project_task_pull_request https://github.com/OCA/project/pull/1137

valjaro avatar Jun 05 '23 15:06 valjaro

working in project_purchase_analytic_global

punt-sistemes-salva avatar Jun 06 '23 08:06 punt-sistemes-salva

working on /project_task_material https://github.com/OCA/project/pull/1139

valjaro avatar Jun 06 '23 15:06 valjaro

Migrating to v16. project_sequence: #1155

NICO-SOLUTIONS avatar Jul 16 '23 10:07 NICO-SOLUTIONS

Working on sale_project_copy_tasks

EmilioPascual avatar Dec 21 '23 06:12 EmilioPascual

Hello! I have migrated project_administrator_restricted_visibility from 15.0 to 16.0 https://github.com/OCA/project/pull/1222 Could anyone add it to the list please?

edlopen avatar Jan 24 '24 09:01 edlopen

It seems that the link between task and milestone is standard in Odoo 16. So project_task_milestone does not need to be ported. project_milestone is standard since 15.0, so I think it should also be removed from the list.

The milestone tree view exists in Odoo 16, but there is no menuitem to access it. Maybe a module to add this access is necessary ? Edit : done here : https://github.com/OCA/project/pull/1258

victor-champonnois avatar Mar 29 '24 15:03 victor-champonnois

working on project_task_project_required https://github.com/OCA/project/pull/1304

maisim avatar Jun 26 '24 14:06 maisim