Module
sale_project migration
Describe the bug
In v. 17.0 selection of field service_tracking with task_in_project created a task in the existing project of the sale order.
In v. 18.0 the same selection create a new project and a task inside it, even if the project in set in sale order.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
- create a sale order with a service with
service_tracking with task_in_project
- set the project in the sale order
- confirm the sale order
Expected behavior
A task is created in selected project
Additional context
The placeholder in the selection task_global_project says Defined on quotation, which is correct for that selection: https://github.com/odoo/odoo/blob/238a41e35280256382f6509182b9e900fb4f7aba/addons/sale_project/views/product_views.xml#L19
Test other selection usability.
Module
sale_project migration
Describe the bug
In v. 17.0 selection of field
service_trackingwithtask_in_projectcreated a task in the existing project of the sale order.In v. 18.0 the same selection create a new project and a task inside it, even if the project in set in sale order.
To Reproduce
Affected versions:
Steps to reproduce the behavior:
service_trackingwithtask_in_projectExpected behavior
A task is created in selected project
Additional context
The placeholder in the selection
task_global_projectsaysDefined on quotation, which is correct for that selection: https://github.com/odoo/odoo/blob/238a41e35280256382f6509182b9e900fb4f7aba/addons/sale_project/views/product_views.xml#L19Test other selection usability.