Build-to-order Odoo module for full forward/backward lot genealogy — trace raw material to customer for recalls and audits. One-time license from $499.00 USD for Odoo 17, 18, 19 — includes 12 months of updates and support.

Build-to-order Odoo module for full forward/backward lot genealogy — trace raw material to customer for recalls and audits.
现在无需付款。此操作会向我们的团队发送报价请求——我们会通过邮件跟进价格和后续步骤。
When a supplier defect surfaces or a regulator asks "where did every affected unit go?", stock-standard Odoo traceability leaves you clicking through stock.move.line records and exporting spreadsheets by hand. This build-to-order module gives regulated manufacturers a single, recall-ready genealogy layer on top of Odoo 17, 18 or 19 — reconstructing the complete parentage of any lot or serial in one view: from the raw-material lots you received, through every manufacturing order and work order that consumed them, to the finished-good lots and the exact customers who received them.
Forward genealogy: from any raw-material or intermediate lot, expand every downstream MO, sub-assembly, finished-good lot and shipped customer delivery it ended up in
Backward genealogy: from any finished-good lot or serial, drill back through work orders and consumed components to every incoming supplier lot and receipt
Interactive OWL genealogy tree with expandable/collapsible nodes, colour-coded by product, lot state and quarantine flag, drillable straight to the source stock.move.line
Raw-material-to-finished-good traceability map spanning multi-level BOMs, phantom/kit BOMs, by-products and rework loops
One-click recall scope: select an affected input lot and instantly list every downstream lot, delivery order, invoice and customer contact in the blast radius
Recall worklist generation — export the impacted customer/quantity set to CSV/QWeb PDF and optionally raise follow-up activities per affected delivery
ECOSIRE designs, builds, installs and supports this module for you. It is NOT an off-the-shelf apps.odoo.com download and there is no instant-download claim — after purchase our Odoo engineers scope your BOM structure, quality flows and regulatory context (FDA 21 CFR Part 11, EU 178/2002/FSMA, GMP, ISO 22000, medical-device UDI, or your own SOPs), then deliver a tested module in a typical 2–4 week window.
Technically, the module extends Odoo's native lot/serial tracking (stock.lot / stock.production.lot) and manufacturing (mrp.production, stock.move.line) rather than replacing it, so it stays upgrade-friendly and Community-and-Enterprise compatible. New models capture the genealogy graph with computed parent/child relations (@api.depends on move lines and MO consumption), traversed recursively to render an interactive forward-and-backward tree. Everything is locked down with ir.model.access.csv plus record rules for multi-company and per-plant isolation, exposed through OWL/XML views and a QWeb genealogy dossier report, and reachable over XML-RPC/JSON-RPC so your LIMS, MES or supplier portal can query trace paths programmatically. Automated actions can flag lots whose upstream material was later quarantined, so a recall scope is one click — not a two-day fire drill.
Owns audit readiness for FDA, FSMA, GMP or ISO 22000. Needs a defensible, exportable genealogy dossier for any lot on demand instead of assembling traceability by hand from stock moves before every audit.
Runs multi-level manufacturing across one or more sites and needs recall scope identified in minutes, not days — knowing exactly which finished lots, shipments and customers a suspect raw-material lot touched.
Manages supplier-defect events and customer recalls. Wants a one-click list of affected deliveries, quantities and customer contacts, with follow-up activities auto-raised so nothing in the blast radius is missed.
Maintains the Odoo instance and integrations. Values that the module extends native lot/serial and MRP models, ships clean security rules, exposes XML-RPC/JSON-RPC, and stays upgradeable across Odoo 17/18/19.
在 ecosire.com 上购买许可证并从您的帐户仪表板下载 Production Batch & Lot Genealogy Traceability 模块 ZIP。
将 ZIP 解压到服务器上的 Odoo 自定义插件文件夹中(或通过“应用程序”>“从 Odoo.sh / runbot 上的文件安装”上传)。
激活开发者模式,打开应用程序,单击更新应用程序列表,搜索 Production Batch & Lot Genealogy Traceability,然后按安装。
打开新菜单,粘贴您的 ECOSIRE 许可证密钥,连接任何外部凭据(Shopify、Amazon、Stripe 等),然后保存。
运行内置连接测试,同步前 10 条记录,并安排定期 cron。如果出现任何问题,请联系支持人员。
| 标准 | 伊科西尔 | 定制建造 | 竞争对手 | 奥杜本机 |
|---|---|---|---|---|
| Forward + backward genealogy in one interactive tree | Full multi-level forward and backward tree, drillable to source moves | Possible but you design and build the recursive traversal yourself | Often one direction or flat lists; varies by app | |
| One-click recall scope (affected lots, deliveries, customers) | Select an input lot, instantly list downstream lots, shipments and customers | Achievable if you build the blast-radius query and UI | Rarely bundled; usually extra configuration or absent | |
| Fit to your BOMs, plants and regulatory framework | Scoped and configured to your exact flows and compliance context | Fully bespoke, but on your time and engineering budget | Generic; you adapt your process to the app's assumptions | |
| Odoo 17 / 18 / 19, Community & Enterprise | Built and tested for your specific version and edition | Depends entirely on who builds it | Version-locked; upgrades often need a paid new build | |
| QWeb audit dossier + XML-RPC/JSON-RPC access | Branded genealogy report plus API endpoints for MES/LIMS | You build both from scratch | Sometimes a report; API access inconsistent | |
| Delivery model & timeline | Build-to-order, installed & supported, typically 2–4 weeks | Weeks to months; you own hiring and project risk | Instant download but generic and unsupported by you | |
| Ongoing support, warranty & source ownership | Support window, bug-fix warranty and full source/Git handover | Only what your internal team can sustain | Vendor SLA varies; source usually not handed over |
This is a build-to-order module, not an instant download. After purchase, an ECOSIRE Odoo engineer scopes your BOM structure, lot/serial policies and regulatory context, then builds, tests and installs the module. Typical lead time is 2–4 weeks depending on the complexity of your manufacturing flows and integrations. We install on staging first for your sign-off, then promote to production.
You get a defined post-go-live support and warranty window covering bug fixes and compatibility with Odoo point releases within your major version. Because we hand over the source and Git repository, your team can also maintain or extend it. Migrations to a new major version (e.g. 18 to 19) and net-new features are scoped as follow-on work, and extended support/SLA plans are available.
Both. The module extends Odoo's native lot/serial tracking (stock.lot) and manufacturing (mrp.production, stock.move.line), which exist in Community and Enterprise across Odoo 17, 18 and 19. We confirm your exact edition and version during scoping and target the build accordingly.
No. It builds on top of Odoo's existing traceability data rather than replacing it — new genealogy models reference your current stock.move.line and MO consumption records, and computed fields backfill from historical moves. Nothing in your existing inventory, manufacturing or accounting flow is overwritten, and we validate on a staging copy of your database before touching production.
Yes. Genealogy queries and recall-scope lookups are exposed over Odoo's XML-RPC/JSON-RPC API, so external systems can request a lot's forward/backward trace or the affected-customer set programmatically. We provide an integration guide and sample calls, and can build a dedicated connector as an add-on if you need webhook or scheduled sync behaviour.
Access is governed by ir.model.access.csv plus record rules scoped to your roles, plants and companies, so users only see and trace lots in their own warehouses. Recall actions and genealogy queries are logged via chatter (mail.thread) so you have an audit trail of who ran what trace — useful evidence for Part 11-style electronic-records requirements.
Build-to-order Odoo module for full forward/backward lot genealogy — trace raw material to customer for recalls and audits.