コンテンツへスキップ
Odoo メニュー
  • サインイン
  • 無料で15日試す
  • アプリ
    財務
    • 会計
    • 請求
    • 経費
    • スプレッドシート(BI)
    • ドキュメント管理
    • 署名
    販売
    • CRM
    • 販売
    • POSショップ
    • POSレストラン
    • サブスクリプション
    • レンタル
    ウェブサイト
    • ウェブサイトビルダー
    • eコマース
    • ブログ
    • フォーラム
    • ライブチャット
    • eラーニング
    サプライチェーン
    • 在庫
    • 製造
    • 製品ライフサイクル管理 (PLM)
    • 購買
    • 整備
    • 品質
    人事業務
    • 従業員管理
    • 採用
    • 休暇管理
    • 人事評価
    • リファラル
    • フリート
    マーケティング
    • ソーシャルマーケティング
    • メールマーケティング
    • SMSマーケティング
    • イベント
    • マーケティングオートメーション
    • アンケート調査
    サービス
    • プロジェクト管理
    • タイムシート
    • フィールドサービス
    • ヘルプデスク
    • 計画
    • アポイントメント
    生産性向上ツール
    • ディスカッション
    • 人工知能
    • IoT
    • VoIP
    • ナレッジ
    • WhatsApp
    サードパーティアプリ Odooスタジオ Odooクラウドプラットホーム
  • インダストリー(業種別ソリューション)
    小売
    • 書店
    • アパレルショップ
    • 家具店
    • 食料品店
    • 金物店
    • 玩具店
    飲食・ホスピタリティ業界
    • バー・パブ
    • レストラン
    • ファストフード
    • ゲストハウス
    • 飲料販売代理店
    • ホテル
    不動産
    • 不動産会社
    • 建築事務所
    • 建設
    • 不動産管理
    • 造園
    • 住宅所有者組合
    コンサルティング
    • 会計事務所
    • Odooパートナー
    • マーケティングエージェンシー
    • 法律事務所
    • 人材派遣
    • 監査・認証
    製造
    • テキスタイル
    • 金属
    • 家具
    • 飲食
    • ブルワリー
    • コーポレートギフト
    ヘルス & フィットネス
    • スポーツクラブ
    • 眼鏡店
    • フィットネスセンター
    • ウェルネス専門家
    • 薬局
    • ヘアサロン
    業種
    • 便利屋
    • IT ハードウェア・サポート
    • 太陽エネルギーシステム
    • 靴メーカー
    • クリーニングサービス
    • 空調設備サービス
    その他
    • 非営利団体
    • 環境機関
    • ビルボードレンタル
    • 写真
    • 自転車リース
    • ソフトウェアリセラー
    すべての業種を見る
  • コミュニティ
    学ぶ
    • チュートリアル
    • ドキュメンテーション
    • 認定
    • トレーニング
    • ブログ
    • ポッドキャスト
    教育サポート
    • 教育プログラム
    • Scale Up! ビジネスゲーム
    • Odooオフィス訪問
    ソフトを入手
    • ダウンロード
    • エディションを比較
    • リリース
    コラボレーション
    • Github
    • フォーラム
    • イベント
    • 翻訳
    • パートナーになる
    • パートナー様向けサービス
    • 会計事務所を登録
    サービス利用
    • パートナー一覧
    • 会計事務所一覧
    • 今すぐ相談する
    • 導入支援サービス
    • お客様一覧
    • サポート
    • アップグレード
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    製品デモを利用する
  • 料金
  • ヘルプ
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
ヘルプ

Receipt

購読

この投稿に活動があった際に通知を受け取ります

この質問にフラグが付けられました
accounting
2 返信
1412 ビュー
アバター
Nikolaus Weingartmair

In a client database we have bookings with type in_receipt and out_receipt how to create those moves in the interface (bonus points without POS).
Any links to documentation or infos welcome.


Partly answer to my own question:

in_receipt and out_receipt are account.move types, and they can be activated in the settings (at least in 19.0). There are the options for Purchase and Sales Receipt. If this is activated it shows in the Accounting Menu under Costomers and Vendors. 
But there are also other ways to create this type of account.move we didn't find yet.

0
アバター
破棄
Jainesh Shah(Aktiv Software)

 Hi Nikolaus Weingartmair,


`in_receipt` and `out_receipt` are not standard Odoo operation type codes — the built-in ones are `incoming`, `outgoing`, and `internal`. This means they come from a custom module installed on your client's database.

 

**First step — identify the operation types:**

**To find them:**

Go to **Inventory → Configuration → Operation Types** and open the relevant record. The **Type of Operation** field will show whether it is `Incoming`, `Outgoing`, or `Internal Transfer`.

 

**Creating the moves manually (without POS):**

 

- Go to **Inventory → Operations → Transfers → New**

- Set the **Operation Type** to the one matching `in_receipt` (incoming) or `out_receipt` (outgoing)

- Fill in Source/Destination locations and product lines

- Click **Validate**

 

Alternatively, these moves are triggered automatically:

- `in_receipt` → confirm a **Purchase Order**

- `out_receipt` → confirm a **Sales Order**

 

Both will create the corresponding transfer without touching POS at all.

 

Useful Docs
  • Odoo Inventory – Receipts & Deliveries (one-step)
  • Two-step receipts & deliveries
  • stock.picking model deep-dive


If you have any questions, feel free to reach out.

Hope this helps!

 

Thanks and Regards,

Email: odoo@aktivsoftware.com

Nikolaus Weingartmair
著作者

@Jainesh:
Thanks for your answer but it looks like AI Slop.

Could you delete or adapt your answer because it's confusing for people.

アバター
Zehntech Technologies Inc.
最善の回答

Hello, 

You are correct that in_receipt and out_receipt are account.move types used for Purchase Receipts and Sales Receipts.

In recent Odoo versions, these document types can be enabled from the Accounting settings, after which they become available under the Customers and Vendors menus. Outside of POS, the standard way is typically through these dedicated receipt menus once the feature is activated.

Depending on the Odoo version and installed modules, receipts may also be generated through specific accounting workflows or custom customizations, but the receipt menus are the standard interface provided by Odoo.

Hope this works for you! If you need any help implementing this or want a more optimized approach, feel free to reach out for further discussion.

Regards,

Zehntech Technologies Inc.

santosh.sekwadia@zehntech.com

0
アバター
破棄
アバター
Vivek Kundaliya
最善の回答

To clarify: in_receipt and out_receipt are account.move types (journal entry types), not stock operation types. You've already found the main activation path. Here's a complete answer:

How to activate in the interface (Odoo 19):

Go to Accounting → Configuration → Settings and look for Customer Receipts and Vendor Receipts options. Once enabled:

  • out_receipt appears under Accounting → Customers → Receipts
  • in_receipt appears under Accounting → Vendors → Receipts

How to create them manually:

  1. Go to Accounting → Customers → Receipts (or Vendors → Receipts)
  2. Click New and fill in partner, date, journal, and lines
  3. Confirm

Other ways in_receipt/out_receipt can be created:

  • Point of Sale: POS session closing creates out_receipt entries automatically
  • Cash register: Manual cash transactions in a cash journal
  • API/RPC: Creating account.move records with move_type='in_receipt' or move_type='out_receipt' directly

In developer mode, you can also see all account.move types in the technical menu: Settings → Technical → Accounting → Journal Entries, and filter by move_type.

-1
アバター
破棄
ディスカッションを楽しんでいますか?読むだけでなく、参加しましょう!

今すぐアカウントを作成して、限定機能を利用したり、素晴らしいコミュニティと交流しましょう!

登録
関連投稿 返信 ビュー 活動
AVCO Vendor Return Creates Inventory Valuation Difference – Correct Accounting Treatment?
accounting
アバター
アバター
1
6月 26
489
in odoo 19 the amount does not appear distributed Profits/Losses  after closing the balance
accounting
アバター
アバター
2
6月 26
1735
New date format odoo 19 解決済
accounting
アバター
アバター
アバター
アバター
アバター
4
6月 26
5230
Customer Statements 解決済
accounting
アバター
アバター
アバター
アバター
アバター
5
5月 26
7025
What accounting software are small businesses using besides Odoo?
accounting
アバター
0
5月 26
4
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • Github
  • Runbot
  • 翻訳
サービス
  • Odoo.shホスティング
  • サポート
  • アップグレード
  • カスタム開発
  • 教育
  • 会計事務所一覧
  • パートナー一覧
  • パートナーになる
企業情報
  • 会社概要
  • ブランドアセット
  • お問い合わせ
  • 採用情報
  • イベント
  • ポッドキャスト
  • ブログ
  • お客様一覧
  • リーガル情報 • プライバシーポリシー
  • セキュリティ
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk Slovenščina Español (América Latina) Español Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo(オドゥー)は、CRM、eコマース、会計、在庫管理、POS、プロジェクト管理など、企業のさまざまな業務を一つのシステムで管理できる、ベルギー発のオープンソースのERPソフトウェアです。

高機能で使いやすく、完全に統合されたERPとして、ユニークな価値を提供しています。

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now