Skip to content

Commit fc4f0f3

Browse files
fixup! [MIG] delivery_postlogistics: Migration to 18.0
1 parent 94a42cc commit fc4f0f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

delivery_postlogistics/__manifest__.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"complexity": "normal",
1212
"depends": [
1313
"stock_delivery",
14+
"delivery_carrier_info",
15+
"delivery_carrier_package_info",
1416
"delivery_carrier_option",
1517
"delivery_carrier_shipping_label",
1618
],

test-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
vcrpy
22
odoo-addon-delivery_carrier_option @ git+https://github.com/OCA/delivery-carrier.git@refs/pull/900/head#subdirectory=delivery_carrier_option
3-
odoo-addon-delivery_carrier_info @ git+https://github.com/OCA/delivery-carrier.git@refs/pull/936/head#subdirectory=delivery_carrier_info
4-
odoo-addon-delivery_carrier_shipping_label @ git+https://github.com/OCA/delivery-carrier.git@refs/pull/938/head#subdirectory=delivery_carrier_shipping_label
3+
odoo-addon-delivery_carrier_package_info @ git+https://github.com/OCA/delivery-carrier.git@refs/pull/936/head#subdirectory=delivery_carrier_package_info
4+
odoo-addon-delivery_carrier_label_batch @ git+https://github.com/OCA/delivery-carrier.git@refs/pull/984/head#subdirectory=delivery_carrier_label_batch

0 commit comments

Comments
 (0)