mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
29 lines
697 B
Python
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,
|
|
}
|