Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Tryton
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
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
Commits
6b9c2e99
Commit
6b9c2e99
authored
2 years ago
by
Cédric Krier
Browse files
Options
Downloads
Patches
Plain Diff
Update UPS service types
issue11521 review431181003
parent
fcac9276
No related branches found
No related tags found
1 merge request
!114
Return an empty list when the treeview has no selection
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+2
-0
2 additions, 0 deletions
CHANGELOG
carrier.py
+5
-0
5 additions, 0 deletions
carrier.py
with
7 additions
and
0 deletions
CHANGELOG
+
2
−
0
View file @
6b9c2e99
* Update service types
Version 6.4.0 - 2022-05-02
* Bug fixes (see mercurial logs for details)
* Add notification service option
...
...
This diff is collapsed.
Click to expand it.
carrier.py
+
5
−
0
View file @
6b9c2e99
...
...
@@ -44,6 +44,7 @@
(
'
12
'
,
'
3 Days Select
'
),
(
'
13
'
,
'
Next Day Air Saver
'
),
(
'
14
'
,
'
UPS Next Day Air Early
'
),
(
'
17
'
,
"
UPS Worldwide Economy DDU
"
),
(
'
54
'
,
'
Express Plus
'
),
(
'
59
'
,
'
2nd Day Air A.M.
'
),
(
'
65
'
,
'
UPS Saver
'
),
...
...
@@ -52,4 +53,5 @@
(
'
M4
'
,
'
Expedited Mail Innovations
'
),
(
'
M5
'
,
'
Priority Mail Innovations
'
),
(
'
M6
'
,
'
Economy Mail Innovations
'
),
(
'
M7
'
,
"
Mail Innovations (MI) Returns
"
),
(
'
70
'
,
'
UPS Access Point Economy
'
),
...
...
@@ -55,4 +57,7 @@
(
'
70
'
,
'
UPS Access Point Economy
'
),
(
'
71
'
,
"
UPS Worldwide Express Freight Midday
"
),
(
'
72
'
,
"
UPS Worldwide Economy DDP
"
),
(
'
74
'
,
"
UPS Express 12:00
"
),
(
'
82
'
,
'
UPS Today Standard
'
),
(
'
83
'
,
'
UPS Today Dedicated Courier
'
),
(
'
84
'
,
'
UPS Today Intercity
'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment