changes
This commit is contained in:
29
delivery_canadapost/__manifest__.py
Normal file
29
delivery_canadapost/__manifest__.py
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
# App information
|
||||
"name": "Canada Post Shipping",
|
||||
"version": "19.0.1.0.0",
|
||||
"category": "Inventory/Delivery",
|
||||
"summary": "Integration of Canada Post delivery services in Odoo "
|
||||
"to handle shipment operations, including get "
|
||||
"live rate, generating shipping labels, "
|
||||
"retrieving tracking numbers",
|
||||
"license": "OPL-1",
|
||||
"depends": ["stock_delivery", "mail"],
|
||||
# Views
|
||||
"data": [
|
||||
"data/delivery_canada_post_data.xml",
|
||||
"views/delivery_carrier_view.xml",
|
||||
],
|
||||
"images": ["static/description/canada_post_banner.gif"],
|
||||
# Author
|
||||
"author": "Synodica Solutions Pvt. Ltd.",
|
||||
"website": "https://synodica.com",
|
||||
"maintainer": "Synodica Solutions Pvt. Ltd.",
|
||||
"support": "support@synodica.com",
|
||||
# Technical
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"application": True,
|
||||
"price": "149.00",
|
||||
"currency": "USD",
|
||||
}
|
||||
Reference in New Issue
Block a user