OCA / project

Odoo Project Management and Services Company Addons
https://odoo-community.org/psc-teams/project-service-28
GNU Affero General Public License v3.0
288 stars 791 forks source link

Migration to version 16.0 #988

Open sbidoul opened 2 years ago

sbidoul commented 2 years ago

Todo

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

Modules to migrate

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

Mantux11 commented 2 years ago

Migrating to v16. project_template: #1002

yankinmax commented 2 years ago

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

AnizR commented 1 year ago

Hello, project_purchase_link is migrated on this pr #1061

RikiBalthazar commented 1 year ago

project_timesheet_time_control is missing to migrate?

naglis commented 1 year ago

project_parent: #1103

rauldb-br commented 1 year ago

project_timesheet_time_control is missing to migrate?

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

pedrobaeza commented 1 year ago

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.

angelmoya commented 1 year ago

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 commented 1 year ago

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

martiqubiq commented 1 year ago

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

jaenbox commented 1 year ago

Migration [16.0][MIG] project_status

valjaro commented 1 year ago

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

valjaro commented 1 year ago

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

punt-sistemes-salva commented 1 year ago

working in project_purchase_analytic_global

valjaro commented 1 year ago

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

NICO-SOLUTIONS commented 1 year ago

Migrating to v16. project_sequence: #1155

EmilioPascual commented 11 months ago

Working on sale_project_copy_tasks

edlopen commented 10 months ago

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?

victor-champonnois commented 8 months ago

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

maisim commented 5 months ago

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

etoimene commented 4 months ago

I am noticing that project_wbs is not on the migration list. Latest version is for 15.0. Anyone working on it?