Files
suite/delivery_gso/__manifest__.py

27 lines
720 B
Python

{
'name': 'Golden State Overnight (gso.com) Shipping',
'summary': 'Send your shippings through gso.com and track them online.',
'version': '15.0.1.0.1',
'author': "Hibou Corp.",
'category': 'Warehouse',
'license': 'OPL-1',
'images': [],
'website': "https://hibou.io",
'description': """
Golden State Overnight (gso.com) Shipping
=========================================
* Provides estimates on shipping costs through gso.com.
* Send your shippings through gso.com and allows tracking of packages.
""",
'depends': [
'delivery_hibou',
],
'demo': [],
'data': [
'views/delivery_gso_view.xml',
],
'auto_install': False,
'installable': True,
}