Files
suite/delivery_gls_nl/__manifest__.py

27 lines
626 B
Python

{
'name': 'GLS Netherlands Shipping',
'summary': 'Create and print your shipping labels with GLS from the Netherlands.',
'version': '12.0.1.0.0',
'author': "Hibou Corp.",
'category': 'Warehouse',
'license': 'AGPL-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,
}