odoo/odoo#93595
Created by fw-bot
Merged
at 352a0574a510d9c8c3e289eeed08a331bb2711de
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team for help in case of failure.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-15.1-15.0-opw-2873640-fix-sig-6cwn-fw
- head
- 8dc01e4a34b6371453cfb0372a573ee182077fb7
- merged
- 3 years ago by Laurent Stukkens (ltu)
| odoo/odoo | |
|---|---|
| 15.0 | #93548 |
| saas-15.1 | #93595 |
| saas-15.2 | #94271 |
| saas-15.3 | #94291 |
| saas-15.4 | #94399 |
| 16.0 | |
| 17.0 | |
| 18.0 | |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| master | #94487 |
[FW][FIX] project: Creating a stage from a sub task
Steps to reproduce the bug:
- Let's consider a project P with a task T
- P has has two stages S1 and S2
- From T, create a new sub task ST1 with a new stage S3
- From T, create an other new sub task ST2 and try to select S3 as stage
Bug:
ST3 was not displayed in the available stages
Fix:
The stage ST3 is available for every task or sub task
Forward-Port-Of: #93548