File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Delivery UPS OCA
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:b5553393572f0de609a108deeebcf658e18f2dcf8086d68aa9b8704050f9d7eb
10
+ !! source digest: sha256:a89efe46304fac9cd47e1f827c23f8d351066a71d4ca44f577e20d37862377a8
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change 4
4
{
5
5
"name" : "Delivery UPS OCA" ,
6
6
"summary" : "Integrate UPS webservice" ,
7
- "version" : "14.0.1.0.0 " ,
7
+ "version" : "14.0.1.0.1 " ,
8
8
"development_status" : "Beta" ,
9
9
"category" : "Delivery" ,
10
10
"website" : "https://github.com/OCA/delivery-carrier" ,
Original file line number Diff line number Diff line change @@ -388,8 +388,10 @@ def tracking_state_update(self, picking):
388
388
activity .get ("status" ).get ("description" ),
389
389
)
390
390
)
391
+ if shipment ["package" ][0 ]["activity" ]:
391
392
delivery_state = static_states .get (
392
- activity ["status" ]["type" ], "incidence"
393
+ shipment ["package" ][0 ]["activity" ][0 ]["status" ]["type" ],
394
+ "incidence" ,
393
395
)
394
396
else :
395
397
for warning in shipment .get ("warnings" ):
Original file line number Diff line number Diff line change 1
- < ?xml version="1.0" encoding="utf-8"?>
2
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
3
< head >
@@ -367,7 +366,7 @@ <h1 class="title">Delivery UPS OCA</h1>
367
366
!! This file is generated by oca-gen-addon-readme !!
368
367
!! changes will be overwritten. !!
369
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:b5553393572f0de609a108deeebcf658e18f2dcf8086d68aa9b8704050f9d7eb
369
+ !! source digest: sha256:a89efe46304fac9cd47e1f827c23f8d351066a71d4ca44f577e20d37862377a8
371
370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
371
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/delivery-carrier/tree/14.0/delivery_ups_oca "> < img alt ="OCA/delivery-carrier " src ="https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/delivery-carrier-14-0/delivery-carrier-14-0-delivery_ups_oca "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=14.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
372
< p > This module adds < a class ="reference external " href ="https://ups.com "> UPS</ a > to the available carriers.</ p >
You can’t perform that action at this time.
0 commit comments