💼 Odoo会計セットアップ
Odoo会計機能の導入や設定を専??
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Expert guide for configuring Odoo Accounting: chart of accounts, journals, fiscal positions, taxes, payment terms, and bank reconciliation.
🇯🇵 日本人クリエイター向け解説
Odoo会計機能の導入や設定を専??
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o odoo-accounting-setup.zip https://jpskill.com/download/3229.zip && unzip -o odoo-accounting-setup.zip && rm odoo-accounting-setup.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3229.zip -OutFile "$d\odoo-accounting-setup.zip"; Expand-Archive "$d\odoo-accounting-setup.zip" -DestinationPath $d -Force; ri "$d\odoo-accounting-setup.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
odoo-accounting-setup.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
odoo-accounting-setupフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Odoo Accounting Setup で、私のビジネスを分析して改善案を3つ提案して
- › Odoo Accounting Setup を使って、来週の会議用の資料を作って
- › Odoo Accounting Setup で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Odoo Accounting Setup
Overview
This skill guides functional consultants and business owners through setting up Odoo Accounting correctly from scratch. It covers chart of accounts configuration, journal setup, tax rules, fiscal positions, payment terms, and the bank statement reconciliation workflow.
When to Use This Skill
- Setting up a new Odoo instance for a company for the first time.
- Configuring multi-currency or multi-company accounting.
- Troubleshooting tax calculation or fiscal position mapping errors.
- Creating payment terms for installment billing (e.g., Net 30, 50% upfront).
How It Works
- Activate: Mention
@odoo-accounting-setupand describe your accounting scenario. - Configure: Receive step-by-step Odoo menu navigation with exact field values.
- Validate: Get a checklist to verify your setup is complete and correct.
Examples
Example 1: Create a Payment Term (Net 30 with 2% Early Pay Discount)
Menu: Accounting → Configuration → Payment Terms → New
Name: Net 30 / 2% Early Pay Discount
Company: [Your Company]
Lines:
Line 1:
- Due Type: Percent
- Value: 100%
- Due: 30 days (full balance due in 30 days)
Early Payment Discount (Odoo 16+):
Discount %: 2
Discount Days: 10
Balance Sheet Accounts:
- Gain: 4900 Early Payment Discounts Granted
- Loss: 5900 Early Payment Discounts Received
Note (v16+): Use the built-in Early Payment Discount field instead of the old split-line workaround. Odoo now posts the discount automatically when the customer pays within the discount window and generates correct accounting entries.
Example 2: Fiscal Position for EU VAT (B2B Intra-Community)
Menu: Accounting → Configuration → Fiscal Positions → New
Name: EU Intra-Community B2B
Auto-detection: ON
- Country Group: Europe
- VAT Required: YES (customer must have EU VAT number)
Tax Mapping:
Tax on Sales (21% VAT) → 0% Intra-Community VAT
Tax on Purchases → 0% Reverse Charge
Account Mapping:
(Leave empty unless your localization requires account remapping)
Example 3: Reconciliation Model for Bank Fees
Menu: Accounting → Configuration → Reconciliation Models → New
Name: Bank Fee Auto-Match
Type: Write-off
Matching Order: 1
Conditions:
- Label Contains: "BANK FEE" OR "SERVICE CHARGE"
- Amount Type: Amount is lower than: $50.00
Action:
- Account: 6200 Bank Charges
- Tax: None
- Analytic: Administrative
Best Practices
- ✅ Do: Install your country's localization module first (
l10n_us,l10n_mx, etc.) before manually creating accounts — it sets up the correct chart of accounts. - ✅ Do: Use Fiscal Positions to automate B2B vs B2C tax switching — never change taxes manually on individual invoices.
- ✅ Do: Lock accounting periods (Accounting → Actions → Lock Dates) after month-end closing to prevent retroactive edits.
- ✅ Do: Use the Early Payment Discount feature (v16+) instead of splitting payment term lines for discount modelling.
- ❌ Don't: Delete journal entries — always reverse them with a credit note or the built-in reversal function.
- ❌ Don't: Mix personal and business transactions in the same journal.
- ❌ Don't: Create manual journal entries to fix bank reconciliation mismatches — use the reconciliation model workflow instead.
Limitations
- Does not cover multi-currency revaluation or foreign exchange gain/loss accounting in depth.
- Country-specific e-invoicing (CFDI, FatturaPA, SAF-T) requires additional localization modules — use
@odoo-l10n-compliancefor those. - Payroll accounting integration (salary journals, deduction accounts) is not covered here — use
@odoo-hr-payroll-setup. - Odoo Community Edition does not include the full lock dates feature; some controls are Enterprise-only.