Files
suite/delivery_gls_nl/__manifest__.py
2022-02-07 08:39:41 -08:00

29 lines
735 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'GLS Netherlands Shipping',
'summary': 'Create and print your shipping labels with GLS from the Netherlands.',
'version': '15.0.1.0.0',
'author': "Hibou Corp.",
'category': 'Warehouse',
'license': 'LGPL-3',
'images': [],
'website': "https://hibou.io",
'description': """
GLS Netherlands Shipping
========================
Create and print your shipping labels with GLS from the Netherlands.
""",
'depends': [
'delivery_hibou',
],
'demo': [],
'data': [
'views/delivery_gls_nl_view.xml',
],
'auto_install': False,
'installable': True,
}