OCA / timesheet

Odoo Timesheet Management Addons
GNU Affero General Public License v3.0
125 stars 348 forks source link

Migration to version 17.0 #617

Open OCA-git-bot opened 1 year ago

OCA-git-bot commented 1 year ago

Todo

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

Modules to migrate

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

francesco-ooops commented 1 year ago

@OCA/human-resources-maintainers pin?

michaelhofer-slg commented 12 months ago

Is anybody actively working on the hr_timesheet_begin_end module migration? Since we need this for our Odoo 17 instance, I would offer myself to migrate this.

pedrobaeza commented 12 months ago

Nobody has claimed it, so go ahead with it

mde-scopea commented 10 months ago

crm_timesheet #631

NICO-SOLUTIONS commented 10 months ago

hr_timesheet_begin_end #632

MohamedOsman7 commented 9 months ago

sale_timesheet_line_exclude #639

MohamedOsman7 commented 9 months ago

hr_timesheet_task_required #640

RogerSans commented 4 months ago

Working on crm_timesheet https://github.com/OCA/timesheet/pull/700

RogerSans commented 4 months ago

Working on https://github.com/OCA/timesheet/pull/701

Tisho99 commented 4 months ago

The hr_timesheet_task_domain module does not seem to require a migration to version 17.

Reason: The module description says that it limits task selection in timesheets to currently-selected project, and tasks in any of "Open" stages. However:

pedrobaeza commented 4 months ago

@Tisho99 it's not malformed. It's using the feature of parsing expressions at client side to put one domain or the other depending if project_id is filled or not, and that's the value that the module is adding. The field fold is the one to consider a task like finishing one or not.