mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] delivery_partner_dhl: to 17.0
This commit is contained in:
@@ -25,4 +25,4 @@ License
|
|||||||
|
|
||||||
Please see `LICENSE <https://github.com/hibou-io/hibou-odoo-suite/blob/11.0/LICENSE>`_.
|
Please see `LICENSE <https://github.com/hibou-io/hibou-odoo-suite/blob/11.0/LICENSE>`_.
|
||||||
|
|
||||||
Copyright Hibou Corp. 2018
|
Copyright Hibou Corp. 2023
|
||||||
|
|||||||
@@ -1,12 +1,17 @@
|
|||||||
{
|
{
|
||||||
'name': 'DHL Partner Shipping Accounts',
|
'name': 'DHL Partner Shipping Accounts',
|
||||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
'author': 'Hibou Corp.',
|
||||||
'version': '16.0.1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'category': 'Stock',
|
'category': 'Stock',
|
||||||
'sequence': 95,
|
'sequence': 95,
|
||||||
'summary': 'DHL Partner Shipping Accounts',
|
'summary': 'DHL Partner Shipping Accounts',
|
||||||
'description': """
|
'description': """
|
||||||
|
DHL Partner Shipping Accounts
|
||||||
|
===============================
|
||||||
|
This module adds DHL to delivery type selection dropdown on the Partner Shipping Account model.
|
||||||
|
Additionally, it validates entered DHL account numbers are the correct length.
|
||||||
|
|
||||||
""",
|
""",
|
||||||
'website': 'https://hibou.io/',
|
'website': 'https://hibou.io/',
|
||||||
'depends': [
|
'depends': [
|
||||||
|
|||||||
Reference in New Issue
Block a user