Skip to content

Commit

Permalink
fixup! [MIG] project_forecast_line: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsirintanis committed Mar 6, 2024
1 parent 7516b2e commit 7aa8f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project_forecast_line/tests/test_forecast_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def setUpClass(cls):
"name": "development time and material",
"detailed_type": "service",
"service_tracking": "task_in_project",
"price": 95,
"price_extra": 95,
"standard_price": 75,
"forecast_role_id": cls.role_developer.id,
"uom_id": cls.env.ref("uom.product_uom_hour").id,
Expand All @@ -85,7 +85,7 @@ def setUpClass(cls):
"name": "consultant time and material",
"detailed_type": "service",
"service_tracking": "task_in_project",
"price": 100,
"price_extra": 100,
"standard_price": 80,
"forecast_role_id": cls.role_consultant.id,
"uom_id": cls.env.ref("uom.product_uom_hour").id,
Expand All @@ -98,7 +98,7 @@ def setUpClass(cls):
"name": "pm time and material",
"detailed_type": "service",
"service_tracking": "task_in_project",
"price": 120,
"price_extra": 120,
"standard_price": 100,
"forecast_role_id": cls.role_consultant.id,
"uom_id": cls.env.ref("uom.product_uom_hour").id,
Expand Down

0 comments on commit 7aa8f4a

Please sign in to comment.