Files
Odoo-Modules/fusion_shipping/__manifest__.py
gsinghpal a86f20017d feat(fusion_shipping): UPS bill-receiver clarity + controllable commercial invoice
- Relabel UPS 'Bill My Account' -> "Bill recipient's UPS account" with clear
  help (it bills the customer's own UPS account; $0 shipping line; falls back to
  Bill Shipper when the customer has no account on file).
- Improve the customer 'UPS Account Number' field help (stored per-customer,
  auto-recalled at ship time for Bill Receiver).
- Add ups_rest_documentation_type setting (No / UPS commercial invoice) on the
  UPS REST carrier, mirroring FedEx. Default 'invoice' preserves the existing
  auto-generate-on-international behaviour; gate require_invoice on it so it can
  be turned off. Surfaced on the UPS REST config page.

Validated live on entech (UPS production): CA->US shipment generated the label
+ a 60KB commercial invoice PDF (country of origin auto = CA, HS code applied),
then voided. Bill Receiver request confirmed accepted by UPS.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 19:12:10 -04:00

34 lines
1.2 KiB
Python

{
"name": "Fusion Shipping",
"version": "19.0.1.6.0",
"category": "Inventory/Delivery",
"summary": "All-in-one shipping integration — Canada Post, UPS, FedEx, DHL Express. "
"Live pricing, label generation, shipment tracking, and multi-package support.",
"license": "OPL-1",
"depends": ["stock_delivery", "sale_management", "mail", "payment"],
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"data/ir_sequence_data.xml",
"data/fusion_shipping_data.xml",
"data/ir_cron_data.xml",
"views/fusion_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/res_partner_views.xml",
"views/report_templates.xml",
"views/menus.xml",
"views/res_config_settings_views.xml",
],
"images": ["static/description/icon.png"],
"author": "Nexa Systems Inc",
"website": "https://nexasystems.ca",
"maintainer": "Nexa Systems Inc",
"support": "support@nexasystems.ca",
"installable": True,
"auto_install": False,
"application": True,
}