Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Tryton
Manage
Activity
Members
Labels
Plan
Issues
848
Issue boards
Milestones
External wiki
Code
Merge requests
142
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
Tryton
Merge requests
!1098
Include location code when testing record name of forecast
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Include location code when testing record name of forecast
topic/default/stock-forecast-location-name
into
branch/default
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Cédric Krier
requested to merge
topic/default/stock-forecast-location-name
into
branch/default
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Since
e229080e430e
the location record name contains the code.
Closes
#12869 (closed)
👍
0
👎
0
Merge request reports
Compare
branch/default
version 1
d84af144
1 year ago
branch/default (base)
and
latest version
latest version
70d8efc5
1 commit,
1 year ago
version 1
d84af144
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/stock_forecast/tests/test_module.py
+
1
−
1
Options
@@ -40,7 +40,7 @@
self
.
assertEqual
(
forecast
.
rec_name
,
"
Warehouse → Customer @ [01/01/2023 - 03/31/2023]
"
)
"
[WH]
Warehouse →
[CUS]
Customer @ [01/01/2023 - 03/31/2023]
"
)
self
.
assertEqual
(
forecasts
,
[
forecast
])
@with_transaction
()
Loading