jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ Odoo Manufacturing Advisor

odoo-manufacturing-advisor

Odooの製造管理機能について、部品表(

⏱ 障害ポストモーテム 1日 → 1時間

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Expert guide for Odoo Manufacturing: Bills of Materials (BoM), Work Centers, routings, MRP planning, and production order workflows.

🇯🇵 日本人クリエイター向け解説

一言でいうと

Odooの製造管理機能について、部品表(

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o odoo-manufacturing-advisor.zip https://jpskill.com/download/3238.zip && unzip -o odoo-manufacturing-advisor.zip && rm odoo-manufacturing-advisor.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3238.zip -OutFile "$d\odoo-manufacturing-advisor.zip"; Expand-Archive "$d\odoo-manufacturing-advisor.zip" -DestinationPath $d -Force; ri "$d\odoo-manufacturing-advisor.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して odoo-manufacturing-advisor.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → odoo-manufacturing-advisor フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Odoo Manufacturing Advisor を使って、最小構成のサンプルコードを示して
  • Odoo Manufacturing Advisor の主な使い方と注意点を教えて
  • Odoo Manufacturing Advisor を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Odoo Manufacturing Advisor

概要

このスキルは、Odoo Manufacturing (MRP) の設定と最適化を支援します。部品表 (BoM)、ワークセンター、ルーティング操作、製造オーダーのライフサイクル、および資材所要量計画 (MRP) の実行を網羅し、資材不足に陥ることがないようにします。

このスキルを使用する場面

  • 完成品の部品表を作成または構造化する場合。
  • 容量と効率の設定でワークセンターをセットアップする場合。
  • 需要から購買オーダーと製造オーダーを自動的に生成するために MRP を実行する場合。
  • 製造オーダーの不一致やコンポーネントの可用性の問題をトラブルシューティングする場合。

仕組み

  1. アクティベート: @odoo-manufacturing-advisor をメンションし、製造シナリオを記述します。
  2. 設定: BoM のセットアップ、ルーティング、MRP の設定に関するステップバイステップの指示を受け取ります。
  3. 計画: MRP の実行と調達メッセージの解釈に関するガイダンスを得ます。

例 1: 部品表を作成する

Menu: Manufacturing → Products → Bills of Materials → New

Product: Finished Widget v2
BoM Type: Manufacture This Product
Quantity: 1 (produce 1 unit per BoM)

Components Tab:
  - Raw Plastic Sheet  | Qty: 0.5  | Unit: kg
  - Steel Bolt M6      | Qty: 4    | Unit: Units
  - Rubber Gasket      | Qty: 1    | Unit: Units

Operations Tab (requires "Work Orders" enabled in MFG Settings):
  - Operation: Injection Molding | Work Center: Press A   | Duration: 30 min
  - Operation: Assembly          | Work Center: Line 1    | Duration: 15 min

BoM タイプの説明:

  • Manufacture This Product — 標準的な生産 BoM で、製造オーダーを作成します。
  • Kit — バンドルとして販売されます。コンポーネントは個別に配送されます (MO は作成されません)。
  • Subcontracting — コンポーネントは下請け業者に送られ、下請け業者が完成品を返却します。

例 2: ワークセンターを設定する

Menu: Manufacturing → Configuration → Work Centers → New

Work Center: CNC Machine 1
Working Hours: Standard 40h/week
Time Efficiency: 85%      (machine downtime factored in; 85% = 34 effective hrs/week)
Capacity: 2               (can run 2 production operations simultaneously)
OEE Target: 90%           (Overall Equipment Effectiveness KPI target)
Costs per Hour: $75.00    (used for manufacturing cost reporting)

例 3: MRP スケジューラーを実行する

The MRP scheduler runs automatically via a daily cron job.
To trigger it manually:

Menu: Inventory → Operations → Replenishment → Run Scheduler
(or Manufacturing → Planning → Replenishment in some versions)

After running, review procurement exceptions:
Menu: Inventory → Operations → Replenishment

Message Types:
  "Replenish"   — Stock is below minimum; needs a PO or MO
  "Reschedule"  — An order's scheduled date conflicts with demand
  "Cancel"      — Demand no longer exists; the order can be cancelled

ベストプラクティス

  • 実行すべきこと: 製造設定で作業オーダーを有効にして、操作ごとのルーティングと時間追跡を使用します。
  • 実行すべきこと: 複数の構成 (色、サイズ、電圧) で提供される製品には、製品属性を介してバリアント付き BoM を使用します。これにより、重複する BoM を回避できます。
  • 実行すべきこと: コンポーネントにリードタイム (ベンダーリードタイム + セキュリティリードタイム) を設定し、MRP が事前に購買オーダーをスケジュールするようにします。
  • 実行すべきこと: 生産中に不良コンポーネントを廃棄する場合はスクラップオーダーを使用します。在庫を手動で調整しないでください。
  • 実行すべきでないこと: MRP 管理品目に対して購買オーダーを手動で作成しないでください。MRP の提案は、正当な理由がある場合にのみ上書きしてください。
  • 実行すべきでないこと: Kit BoM と Manufacture This Product を混同しないでください。Kit は製造オーダーを一切作成しません。

制限事項

  • このスキルは、Odoo Manufacturing (mrp) モジュールを対象としています。MaintenancePLM (Product Lifecycle Management)、および Quality モジュールは、ここではカバーされていない個別の Enterprise モジュールです。
  • 下請けワークフロー (コンポーネントを第三者の製造業者に送る) には、ここでは完全に詳述されていない追加の受領および評価ステップがあります。
  • 生産におけるロット/シリアル番号のトレーサビリティ (MO ごとにどのロットが消費されたかを追跡する) は複雑さを増します。本格的な展開の前に、少量でテストしてください。
  • MRP の計算は、需要が販売オーダー補充ルールから来ると仮定しています。外部システムからの予測には、カスタム統合が必要です。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Odoo Manufacturing Advisor

Overview

This skill helps you configure and optimize Odoo Manufacturing (MRP). It covers Bills of Materials (BoM), Work Centers, routing operations, production order lifecycle, and Material Requirements Planning (MRP) runs to ensure you never run short of materials.

When to Use This Skill

  • Creating or structuring Bills of Materials for finished goods.
  • Setting up Work Centers with capacity and efficiency settings.
  • Running an MRP to automatically generate purchase and production orders from demand.
  • Troubleshooting production order discrepancies or component availability issues.

How It Works

  1. Activate: Mention @odoo-manufacturing-advisor and describe your manufacturing scenario.
  2. Configure: Receive step-by-step instructions for BoM setup, routing, and MRP configuration.
  3. Plan: Get guidance on running MRP and interpreting procurement messages.

Examples

Example 1: Create a Bill of Materials

Menu: Manufacturing → Products → Bills of Materials → New

Product: Finished Widget v2
BoM Type: Manufacture This Product
Quantity: 1 (produce 1 unit per BoM)

Components Tab:
  - Raw Plastic Sheet  | Qty: 0.5  | Unit: kg
  - Steel Bolt M6      | Qty: 4    | Unit: Units
  - Rubber Gasket      | Qty: 1    | Unit: Units

Operations Tab (requires "Work Orders" enabled in MFG Settings):
  - Operation: Injection Molding | Work Center: Press A   | Duration: 30 min
  - Operation: Assembly          | Work Center: Line 1    | Duration: 15 min

BoM Types explained:

  • Manufacture This Product — standard production BoM, creates a Manufacturing Order
  • Kit — sold as a bundle; components are delivered separately (no MO created)
  • Subcontracting — components are sent to a subcontractor who returns the finished product

Example 2: Configure a Work Center

Menu: Manufacturing → Configuration → Work Centers → New

Work Center: CNC Machine 1
Working Hours: Standard 40h/week
Time Efficiency: 85%      (machine downtime factored in; 85% = 34 effective hrs/week)
Capacity: 2               (can run 2 production operations simultaneously)
OEE Target: 90%           (Overall Equipment Effectiveness KPI target)
Costs per Hour: $75.00    (used for manufacturing cost reporting)

Example 3: Run the MRP Scheduler

The MRP scheduler runs automatically via a daily cron job.
To trigger it manually:

Menu: Inventory → Operations → Replenishment → Run Scheduler
(or Manufacturing → Planning → Replenishment in some versions)

After running, review procurement exceptions:
Menu: Inventory → Operations → Replenishment

Message Types:
  "Replenish"   — Stock is below minimum; needs a PO or MO
  "Reschedule"  — An order's scheduled date conflicts with demand
  "Cancel"      — Demand no longer exists; the order can be cancelled

Best Practices

  • Do: Enable Work Orders in Manufacturing Settings to use routing and time-tracking per operation.
  • Do: Use BoM with variants (via product attributes) for products that come in multiple configurations (color, size, voltage) — avoids duplicate BoMs.
  • Do: Set Lead Times on components (vendor lead time + security lead time) so MRP schedules purchase orders in advance.
  • Do: Use Scrap Orders when discarding defective components during production — never adjust stock manually.
  • Don't: Manually create purchase orders for MRP-managed items — override MRP suggestions only when justified.
  • Don't: Confuse Kit BoM with Manufacture This Product — a Kit never creates a Manufacturing Order.

Limitations

  • This skill targets Odoo Manufacturing (mrp) module. Maintenance, PLM (Product Lifecycle Management), and Quality modules are separate Enterprise modules not covered here.
  • Subcontracting workflows (sending components to a third-party manufacturer) have additional receipt and valuation steps not fully detailed here.
  • Lot/serial number traceability in production (tracking which lot was consumed per MO) adds complexity; test with small batches before full rollout.
  • MRP calculations assume demand comes from Sale Orders and Reordering Rules — forecasts from external systems require custom integration.