A made-to-order Odoo delivery connector that generates Österreichische Post labels, rates, and tracking for Brief, Päckchen, and Paket shipments directly from your delivery orders. ECOSIRE builds, installs, and supports it — no manual portal keying. Built to order by ECOSIRE for Odoo 17, 18, 19 — indicative price from $329.00 USD; request a quote for a scoped proposal.

A made-to-order Odoo delivery connector that generates Österreichische Post labels, rates, and tracking for Brief, Päckchen, and Paket shipments directly from your delivery orders. ECOSIRE builds, installs, and supports it — no manual portal keying.
现在无需付款。此操作会向我们的团队发送报价请求——我们会通过邮件跟进价格和后续步骤。
Austrian merchants and 3PLs that ship through Österreichische Post usually run a broken loop: pick and pack in Odoo, then re-key every consignment into the Post business portal to buy a label, copy the tracking number back onto the delivery order by hand, and reconcile it all later. Odoo's native delivery and stock_delivery framework ships a generic delivery.carrier model and a couple of built-in carrier integrations, but there is no Österreichische Post provider in Community or Enterprise. So warehouse staff either pay flat manual rates with no rate shopping, or maintain a fragile spreadsheet bridge — and neither approach validates weight or format before a label is bought, which is where Nachnahme errors and rejected Pakete come from.
Dedicated delivery.carrier provider (delivery_type='austrian_post') wired into Odoo's rate_shipment / send_shipping / get_tracking_link / cancel_shipment hooks
Österreichische Post business-account authentication with credentials stored in configuration (never hard-coded), retrievable per company
Rate estimation by weight and format resolving the correct Brief, Päckchen, or Paket product and pricing it onto the sale/delivery order
Domestic and EU/international product selection driven by destination country and package format
Label generation in both PDF and ZPL via the Post labelling API, stored as an ir.attachment on stock.picking
carrier_tracking_ref and a clickable tracking link written directly onto the delivery order on validation
This connector closes that loop inside Odoo. We build a dedicated delivery.carrier provider (delivery_type = 'austrian_post') that authenticates with your Österreichische Post business-account credentials and talks to the Post labelling and shipping API over its REST/JSON interface, wrapped in Odoo's standard rate/ship/tracking/cancel hooks (rate_shipment, send_shipping, get_tracking_link, cancel_shipment). Rate estimation resolves the correct domestic or EU/international product by weight and format — Brief, Päckchen, or Paket — and returns a priced quote onto the sale order and delivery order. On validation, the connector calls the label API, stores the returned PDF or ZPL label as an ir.attachment on the stock.picking, and writes the carrier_tracking_ref plus a clickable tracking link straight onto the delivery order. Weight and format validation runs server-side in a @api.constrains/compute layer before any label is purchased, so an out-of-spec package is caught in Odoo, not at the counter.
The build covers the real-world Austrian shipping cases that off-the-shelf generic modules skip: Cash-on-delivery (Nachnahme) service with the collected amount carried on the shipment, pickup-station (Abholstation) and Post-Empfangsbox address handling so parcels route to the right receiving point, return-label generation for RMAs, shipment cancellation before pickup, and customs/CN22-CN23 document generation for non-EU destinations. Batch label printing runs from the stock.picking list so a full wave of orders is labelled in one action rather than one delivery order at a time. Everything is packaged as a proper Odoo module — __manifest__.py with declared dependencies on delivery, stock_delivery, sale_stock, and website_sale; models with ORM fields and computes; ir.model.access.csv plus record rules for security; XML/OWL views and settings; and QWeb where a printable artifact is needed — and it is delivered for your Odoo 17.0, 18.0, or 19.0 database (Community or Enterprise), with credentials and product mappings kept in configuration, never hard-coded.
Because this is build-to-order, nothing ships until we agree scope on a short call: your Post product catalogue, which services you actually use (Nachnahme, Abholstation, returns, international), your warehouse and multi-company layout, and any website checkout rate-display requirements. Typical delivery is 2–4 weeks from confirmed scope, on a staging database first, with UAT and a rollback plan before we touch production. Pricing starts from $329 (indicative, single-company base scope); additional Post services, multi-company or multi-warehouse rate routing, website checkout rate integration, and deeper localization or data migration increase the quoted scope. You get a fixed quote after the scoping call — the from-price is a starting point, not a firm figure.
Runs an Odoo webshop or Sales-driven store shipping domestic and EU parcels via Österreichische Post. Wants labels, rates, and tracking bought from inside the delivery order — including Nachnahme and Abholstation — instead of re-keying every order into the Post portal.
Ships on behalf of multiple clients and needs high-volume, batch label printing from stock pickings, reliable tracking write-back, and pre-purchase weight/format validation to stop rejected consignments and reconciliation errors.
Owns fulfilment SLAs and wants rate-shopping by weight and format, returns handling, and cancellation before pickup, all auditable inside Odoo, so the team stops maintaining a fragile spreadsheet-and-portal bridge.
Responsible for the Odoo instance and needs a clean, dependency-declared module with ir.model.access.csv security, credentials kept in configuration, staging UAT, and a git handover they can maintain or extend.
在 ecosire.com 上购买许可证并从您的帐户仪表板下载 Austrian Post Shipping Connector for Odoo 模块 ZIP。
将 ZIP 解压到服务器上的 Odoo 自定义插件文件夹中(或通过“应用程序”>“从 Odoo.sh / runbot 上的文件安装”上传)。
激活开发者模式,打开应用程序,单击更新应用程序列表,搜索 Austrian Post Shipping Connector for Odoo,然后按安装。
打开新菜单,粘贴您的 ECOSIRE 许可证密钥,连接任何外部凭据(Shopify、Amazon、Stripe 等),然后保存。
运行内置连接测试,同步前 10 条记录,并安排定期 cron。如果出现任何问题,请联系支持人员。
| 标准 | 伊科西尔 | 定制建造 | 竞争对手 | 奥杜本机 |
|---|---|---|---|---|
| Österreichische Post support | Purpose-built carrier for Post Brief/Päckchen/Paket | Possible, but you specify and build it all | Often generic or partial Austrian coverage | |
| Rate estimation | By weight and format, priced onto the order | Whatever you scope and code yourself | Varies; often flat or limited formats | |
| Label generation | PDF and ZPL via the Post API, stored on the picking | Build the API and storage yourself | Usually PDF only; ZPL not guaranteed | |
| Nachnahme & Abholstation | COD plus pickup-station/Empfangsbox handling built in | Extra scope you must design | Frequently unsupported or extra | |
| Tracking write-back | Number and link written onto the delivery order | You wire the fields and updates | Sometimes; depends on the module | |
| Validation & returns | Pre-purchase weight/format checks, return labels, cancel before pickup | Each rule built from scratch | Partial; returns often missing | |
| Delivery model | Built, installed, supported; staging UAT + rollback | Your team or contractor owns delivery | Self-install download, self-support | |
| Ownership & support | Git handover + post-go-live support window | You own and maintain everything | Vendor support varies; no source guarantee |
No. This is a build-to-order productized service. ECOSIRE builds the connector against the Österreichische Post labelling/shipping API for your specific Odoo version and configuration, then installs and supports it. There is no instant download — delivery follows a short scoping call.
Typical delivery is 2–4 weeks from confirmed scope. The timeline depends on how many Post services you use (Nachnahme, Abholstation, returns, international/customs), your multi-company or multi-warehouse layout, and whether website checkout rate display is in scope. We confirm a firm timeline in the quote after the scoping call.
Pricing starts from $329 as an indicative single-company base scope. Drivers such as additional Post services, multi-company or multi-warehouse rate routing, website checkout integration, and data migration increase the quoted scope. After a short scoping call we issue a fixed quote — the from-price is a starting point, not a firm final figure.
You get a post-go-live support window for defect fixes and configuration adjustments, plus a git repository handover with full history so your team can maintain or extend the module. Longer-term support and version upgrades (for example moving from Odoo 18.0 to 19.0) can be arranged as a separate engagement.
We build for Odoo 17.0, 18.0, or 19.0, on Community or Enterprise. The module declares its dependencies (delivery, stock_delivery, sale_stock, website_sale) in __manifest__.py and is delivered targeting your specific version and edition.
Yes. The connector uses your own Österreichische Post business-account credentials for the labelling and shipping API. We wire those credentials into Odoo configuration (kept out of source code) during installation; we do not resell postage or provide account access.
Yes — these are core to the build. Cash-on-delivery (Nachnahme), pickup-station (Abholstation) and Post-Empfangsbox addressing, return labels, cancellation before pickup, and CN22/CN23 customs documents for non-EU destinations are all included in the scope, tailored to the services your account actually uses.
A made-to-order Odoo delivery connector that generates Österreichische Post labels, rates, and tracking for Brief, Päckchen, and Paket shipments directly from your delivery orders. ECOSIRE builds, installs, and supports it — no manual portal keying.