Files
suite/delivery_purolator_planner_price/__manifest__.py

29 lines
697 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Purolator Planner Price',
'summary': 'Use estimated delivery cost when label is created.',
'version': '15.0.1.0.1',
'author': "Hibou Corp.",
'category': 'Warehouse',
'license': 'OPL-1',
'images': [],
'website': "https://hibou.io",
'description': """
Purolator Planner Price
=======================
* Uses estimated delivery cost when label is created.
""",
'depends': [
'delivery_purolator',
'stock_delivery_planner',
],
'demo': [
],
'data': [
],
'auto_install': True,
'installable': True,
}