changes
This commit is contained in:
36
fusion_canada_post/__manifest__.py
Normal file
36
fusion_canada_post/__manifest__.py
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
# App information
|
||||
"name": "Canada Post",
|
||||
"version": "19.0.2.0.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/ir.model.access.csv",
|
||||
"data/ir_sequence_data.xml",
|
||||
"data/fusion_canada_post_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/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",
|
||||
}
|
||||
Reference in New Issue
Block a user