Files
suite/delivery_gso/__manifest__.py
Connor Christian f1642115e1 [MIG] delivery_gso: for Odoo 12.0
Fixed warning in manifest by extending underline "===..."
2021-10-06 14:50:57 +00:00

27 lines
721 B
Python

{
'name': 'Golden State Overnight (gso.com) Shipping',
'summary': 'Send your shippings through gso.com and track them online.',
'version': '11.0.1.0.0',
'author': "Hibou Corp.",
'category': 'Warehouse',
'license': 'AGPL-3',
'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,
}