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 an 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 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 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 decision while selling those. Access info of vendor products' stocks right from product variant, product template, and supplier form views
Vendor data import
The tool let 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 purchase manager may create, update, and archive vendor-related objects. Any Odoo user with an access to products might rely upon vendor data for informational purposes.
Vendor inventories control
-
Each vendor stock level is provided per definite vendor location (warehouse)
-
Assign an unlimited number of vendor locations per each 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 internal users 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 control supplier moves, and, hence, to support double-entry system
-
Vendor inventories might be of especial importance in case of make-to-order logistic or drop shipping.
Vendor data import
Vendor products and prices
-
The tool let purchase users import vendor products and supplier prices 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 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 let 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 let you remove misleading data.
Vendor products and stocks
-
The tool let 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 let 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 let you have fully topical data after each import.
General import rules
-
Change the tables' content to provide more specific examples and labels. However do no not modify columns' order and do not remove those: it would 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 the special results' and errors' pop-up. It let you control of 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 tables in a few ones.
に関するよくある質問 Vendor Product Management Odoo v.14
ツールの更新ポリシーは何ですか?
現行の 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 翻訳に揃えています。誤りを見つけたら、 翻訳の正確さについてチケットを送る 修正します。
不具合報告
不具合や一貫しない動作があれば、遠慮なくご連絡ください。購入から60日以内の修正を保証し、その後もツール改善に力を入れています。
ご連絡に電話番号やクレジットカードは不要です。30 秒以内の短いメール登録だけです。
リクエストにはできるだけ多くの詳細を含めてください:スクリーンショット、Odoo サーバーログ、問題の再現手順の完全な説明など。通常、問題の作業計画の作成(不具合が確認された場合)または実施すべき内容の案内(それ以外)には数営業日かかります。
公開の機能リクエストとモジュールのアイデア(無償開発)
ツール改善への意欲は強く、フィードバックには感謝します。要件が広く役立ち、効率よく実装できる場合、チームは To-do リストに加えます。
このような To-do リストは定期的に処理され、追加料金は発生しません。期限や最終デザインは約束できませんが、投資とリスクなしで望む機能を得る良い方法になることがあります。
ご連絡に電話番号やクレジットカードは不要です。30 秒以内の短いメール登録だけです。
Odoo の添付ファイルをフォルダに柔軟に整理し、Google Drive、OneDrive/SharePoint、Nextcloud/ownCloud、Dropbox、Amazon S3、Box、NAS とディレクトリを同期するツール。DMS。ファイルマネージャー。文書管理システム
社内・社外向けに深く構造化されたナレッジベースを構築するツール。Knowledge System。KMS。Wiki のような改訂。
398€