This is an Odoo tool to efficiently access, update, and import information about vendors' products, prices, and stock levels.
Vendor products catalog
The tool introduces a new stand-alone classifier of vendor products. Each supplier should have its own catalog with unique product names and codes. As installed the app automatically creates vendor products based on existing Odoo products' supplier prices
Odoo sales based on supplies
Any vendor product might be linked to any Odoo product. In such a way, a purchase manager's goal becomes to match 'their' products with 'ours'. Each of our product variants might have a few linked vendor products
Supplier prices management
Purchase managers keep and update the prices of supplied products. Those prices are considered as standard Odoo 'supplier info' which correspondingly are used in purchase orders
Vendor stocks control
Manage vendor products' stock levels to make better decisions while selling those. Access info on vendor products' stocks right from the product variant, product template, and supplier form views
Vendor data import
The tool lets import vendor products, prices, and stock levels as Excel tables of predefined formats. In such a way, it is possible to quickly process commercial offers sent by vendors
Secured access and shared use
Any Odoo user with access to products might rely upon vendor data for informational purposes. Any purchase manager may create, update, and archive vendor-related objects. Such managers might also get notifications of newly registered vendor products, their price changes, or inventory updates.
Vendor inventories control
-
Each vendor stock level is provided per definite vendor location (warehouse)
-
Assign an unlimited number of vendor locations per supplier. Locations are distinguished by name, address, and average delivery time
-
Keep stock levels in vendor units of measure, but make sure it has the same category as a linked Odoo product. The idea is to support conversion in order for internal users to work with habitual figures. For example, dozens and units are fine, while dozens and hours might lead to inconsistent procurement
-
Stock levels are not used in Odoo operations, but they are provided for general information. Inventory levels are updated either manually by purchase managers or through the import
-
Odoo warehouses' stocks are not linked to vendor stocks. Vendor stocks are absolutely independent since it is not possible to control supplier moves, and, hence, to support a double-entry system
-
Vendor inventories might be of special importance in the case of make-to-order logistics or drop shipping
Vendor data import
Vendor products and prices
-
The tool lets purchase users import vendor products and supplier prices as an Excel table in the predefined format. The table format is supplied with this tool source code and would be available on the configuration page as the 'Template for vendor products import' and in the import wizard on the tab 'Help'
-
In the wizard, you can select whether previous products of this vendor should be archived. It lets you fully replace this supplier product catalog with a new one
-
In the wizard, you can select whether previous prices should be marked as outdated. It lets you remove misleading data.
Vendor products and stocks
-
The tool lets purchase users import vendor products and stock levels as an Excel table of the predefined format. The table format is supplied with this tool source code and would be available on the configuration page as the 'Template for vendor stocks import' and in the import wizard on the tab 'Help'
-
In the wizard, you can select whether previous products of this vendor should be archived. It lets you fully replace this supplier product catalog with a new one
-
In the wizard, you can select whether previous stocks are not any more correct. It lets you have fully topical data after each import.
General import rules
-
Change the tables' content to provide more specific examples and labels. However, do not modify the columns' order and do not remove those: it will lead to inevitable mistakes
-
The import wizards offer useful tips to make a correct import. You may edit those recommendations on the configuration page, but make sure you do not remove critical advice
-
Each import finishes with a special popup of the results and the errors. It lets you control what has been actually done
-
In the wizards, you can select which table lines should be imported. It is useful in case the number of lines is too big to import them all
-
While preparing the table for import be cautious with cell formats. Dates should be dates, numbers should be numbers, currencies, and units of measure should be chosen among active in Odoo
-
In case import can't be fully finished until Odoo stops it, contact your system administrator to increase configured time-outs or split an imported table into a few ones.
に関するよくある質問 Vendor Product Management Odoo v.16
ツールの更新ポリシーは何ですか?
現行の Odoo Apps Store ポリシーによると:
- バージョン 12.0 以前向けに購入したモジュールは、12.0 までの全バージョンにアクセスできます。
- バージョン 13.0 以降、各モジュールバージョンは個別に購入します。
- バージョンに関係なく、購入するとメジャーバージョン内の すべての更新と不具合修正の権利が得られます。
faOtools チームはこれらのポリシーを管理していません。ご質問は Odoo Apps Store の担当者へ直接お問い合わせください。
アプリを Odoo.sh にインストールする方法は?
最も単純な方法は、Odooストア組み込みのワークフローを使うことです:
1. モジュールのページを開き、Deploy on odoo.sh ボタンをクリックします。
2. その後 GitHub ページにリダイレクトされます。アカウントにログインし、'Create a new repo' をクリックするか既存のものを使います。リポジトリはプライベートにしてください。OPL-1 ライセンスのアプリを公開することは許可されていません。必要なら Odoo.sh プロジェクト用に新しい repo を作成します。
3. 次に odoo.sh に行き、Deploy ボタンをクリックします。ポップアップで決定を送信し、'Continue.' をクリックします。これでインストールが始まります。
これらの手順でプロジェクトの本番ブランチにアプリがインストールされます。他のブランチにデプロイする、またはモジュールを更新する場合は、次の操作を行います:
1. Odooストアからアプリのソースコードをアップロードします。
2. モジュールを必要な GitHub リポジトリにコミットします。アプリのフォルダ/ファイルが無視されていないこと(repo の .gitignore に含まれていないこと)を確認してください。リポジトリは odoo.sh が自動作成し、既定で重要な項目(例: /lib)が含まれることがあります。モジュールのディレクトリ、サブディレクトリ、ファイルを例外なくすべてアップロードしてください。
3. odoo.sh プロジェクトの対象ブランチを Deploy するか、 設定がそうなっている場合は自動ビルドされるまで待ちます。
自分のサーバーにアプリをインストールするには?
2. Odoo サーバーを再起動します;
3. 開発者モードをオンにします(技術設定);
4. アプリ一覧を更新します(アプリメニュー);
5. アプリを見つけて「Activate」/「Install」を押します;
6. アプリページにガイドラインがあれば従ってください。
アプリに追加アドオンがあるのに気づきました。後から購入できますか?
はい、もちろんです。同時に Odoo は依存関係をすべてカートに自動追加するので、二重払いを避けるには既に購入したツールを除外してください。
アプリを Odoo.sh にデプロイしたらテストで警告/エラーが出ます
赤/オレンジの警告はアプリの機能に影響しません。残念ながら、標準の自動テストがアプリの目的と衝突する動作を想定するため、モジュールが通らないことがあります。たとえば価格計算を変える一方、標準 Odoo モジュールのテストは最終価格を標準アルゴリズムと比較します。
まず、デプロイ済みデータベースの機能を確認してください。すべて正しく動いていますか?
それでも警告が実機能に影響すると考える場合はご連絡のうえ、インストールログ一式とデプロイ済みモジュールの全一覧(コアおよびサードパーティ含む)を送ってください。
アプリを御社から直接購入できますか?
いいえ、ツールは 公式の Odoo アプリストア.
割引をいただきたいです
残念ながら、個別価格を提示する技術的手段が ありません。
Odoo Online (SaaS)データベースにアプリをインストールできますか?
いいえ、サードパーティアプリは Odoo Online では使えません。残念ながら Odoo SaaS がその可能性をブロックします。
ツールは他のアプリに依存しています。それらも購入すべきですか?
はい、ツールが正しく動くには依存関係に記されたすべてのモジュールが必要です。アプリページの価格には必要な依存関係がすでに含まれています。
モジュールの米ドル価格はいくらですか?なぜ変わりましたか?
モジュールの価格はユーロ建てです。Odoo ストアは内部為替レートで他通貨に換算します。そのため為替が更新されると米ドル価格が変わることがあります。
英語以外のアプリ・サイト文言は AI 支援で作成され、 公式の Odoo 翻訳に揃えています。誤りを見つけたら、 翻訳の正確さについてチケットを送る 修正します。
Odoo デモデータベース(ライブプレビュー)
このアプリでは無料の個別デモデータベースをご用意できる場合があります。
ご連絡に電話番号やクレジットカードは不要です。30 秒以内の短いメール登録だけです。
ご依頼に応じて個別のライブプレビューデータベースを用意します。約2週間、テストや前提の確認ができます。
不具合報告
不具合や一貫しない動作があれば、遠慮なくご連絡ください。購入から60日以内の修正を保証し、その後もツール改善に力を入れています。
ご連絡に電話番号やクレジットカードは不要です。30 秒以内の短いメール登録だけです。
リクエストにはできるだけ多くの詳細を含めてください:スクリーンショット、Odoo サーバーログ、問題の再現手順の完全な説明など。通常、問題の作業計画の作成(不具合が確認された場合)または実施すべき内容の案内(それ以外)には数営業日かかります。
公開の機能リクエストとモジュールのアイデア(無償開発)
ツール改善への意欲は強く、フィードバックには感謝します。要件が広く役立ち、効率よく実装できる場合、チームは To-do リストに加えます。
このような To-do リストは定期的に処理され、追加料金は発生しません。期限や最終デザインは約束できませんが、投資とリスクなしで望む機能を得る良い方法になることがあります。
ご連絡に電話番号やクレジットカードは不要です。30 秒以内の短いメール登録だけです。
The tool to flexibly structure Odoo attachments in folders and synchronize directories with cloud clients: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, and Dropbox. DMS. File Manager. Document management system
The tool to automatically synchronize Odoo attachments with OneDrive files in both ways
The tool to build a deep and structured knowledge base for internal and external use. Knowledge System. KMS. Wiki-like revisions.
398€The tool for time-based service management from booking appointments to sales and reviews
The tool to set up KPI targets and control their fulfillment by periods. KPI dashboards. Dashboard designer. KPI charts
198€The tool to automatically synchronize Odoo attachments with Google Drive files in both ways
The tool to configure variant prices based on attributes coefficients and surpluses
98€The tool to calculate stock demand trends and make predictions for future demand statistically
198€