40 lines
1.2 KiB
Python
40 lines
1.2 KiB
Python
{
|
|
# App information
|
|
"name": "Canada Post",
|
|
"version": "19.0.2.1.0",
|
|
"category": "Inventory/Delivery",
|
|
"summary": "Canada Post shipping integration — live pricing, "
|
|
"label generation, shipment tracking, and "
|
|
"multi-package support.",
|
|
"license": "OPL-1",
|
|
"depends": ["stock_delivery", "sale_management", "mail"],
|
|
# Views
|
|
"data": [
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
"data/ir_sequence_data.xml",
|
|
"data/fusion_canada_post_data.xml",
|
|
"data/ir_cron_data.xml",
|
|
"views/fusion_cp_shipment_views.xml",
|
|
"views/delivery_carrier_view.xml",
|
|
"views/choose_delivery_carrier_views.xml",
|
|
"views/sale_order_views.xml",
|
|
"views/stock_picking_views.xml",
|
|
"views/report_templates.xml",
|
|
"views/menus.xml",
|
|
"views/res_config_settings_views.xml",
|
|
],
|
|
"images": ["static/description/canada_post_banner.gif"],
|
|
# Author
|
|
"author": "Nexa Systems Inc",
|
|
"website": "https://nexasystems.ca",
|
|
"maintainer": "Nexa Systems Inc",
|
|
"support": "support@nexasystems.ca",
|
|
# Technical
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"application": True,
|
|
"price": "149.00",
|
|
"currency": "USD",
|
|
}
|