odoo_shipcloud/__openerp__.py

22 lines
601 B
Python

{
'name': 'shipcloud.io Shipping Integration',
'category': 'Website/Shipping Logistics',
'summary': 'Integrate shipping via shipcloud.io directly within Odoo',
'website': 'https://sysmocom.de/',
'version': '0.1',
'description':"""
""",
'author': 'Harald Welte',
'depends': ['odoo_shipping_service_apps', 'shipment_packaging'],
'data': [
'views/sc_delivery_carrier.xml',
'views/res_config.xml',
'data/data.xml',
],
'installable': True,
'application': True,
'external_dependencies': {
#'python': ['inema']
},
}