コンテンツへスキップ
Odoo を表示しています 11.0 のページ Vendor Product Management. 最新のサポート対象バージョンは Vendor Product Management v.19.0 . このビルドを次から直接入手 Odoo Apps Store .

Vendor Product Management v.11

The tool to administrate vendor data about products, prices and available stocks

98€

このツールは標準の Odoo アプリ以外の追加依存を必要としません。
現在のバージョン: 11.0.1.0.0

Enterprise
Community
Odoo.sh
Involve vendors themselves in product management using the tool Vendor Products Portal
Most of businesses are vulnerable to any change in supplies. Often when you sell a product you already need to know when and on which conditions this item would be purchased. This is the tool to efficiently access, update, and import information about your vendors' products, prices, and stock levels.

The tool introduces a new stand-alone classifier of vendor products. Each supplier should have an own catalogue with unique product names and codes

Any vendor product might be linked to your own 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 related vendor products

Purchase managers keep and update prices of all supplied products. Those prices are considered as standard Odoo 'supplier info' which correspondingly are used in purchase orders

Manage vendor products' stock levels to make better decision while selling those. It is of especial importance in case of make-to-order logistic or drop shipping. Look at the section Vendor Stocks

The tool let you import vendor products and prices as an Excel table. Look at the section Import products and prices

Import stock levels of suppliers also as an Excel table. Look at the section Import products and stocks

Access data about vendor products' stocks right from product variant, product template, and supplier form views. You should just click a button to get an overview

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

As soon as you installed the module, Odoo would automatically create vendor products based on existing products' supplier infos

Our warehouses' stocks are not linked to vendor stocks. Vendor stocks are absolutely independent since we can't control all supplier moves, and, hence, can't support double-entry system
  • Each 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 our linked 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 mistakes
  • Stock levels are not used in our moves, but they are provided for general information. Stock levels are updated either manually by purchase managers or through the import process
The tool let purchase users import vendor products and prices as an Excel table of the predefined format
  • The table format is supplied with this tool source code and would be available for you on the configuration page as the 'Template for vendor products import' and in the import wizard on the tab 'Help'
  • You may change the table content to provide users with more specific examples and labels. However do no not change columns' order and do not remove those: it would lead to inevitable mistakes
  • The wizard offers 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 wizard 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
  • In the wizard you can select whether previous products of this vendor should be archived. It let you fully replace this supplier product catalogue with a new one
  • In the wizard you can select whether previous prices should be marked as outdated. It let you remove misleading data
  • While preparing the table for import be cautious with cell formats. Dates should be dates, numbers should be numbers, currency should be chosen among active ones
  • In case import can't be fully finished until Odoo stops it, contact your system administrator to increase configured time-outs
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 for you on the configuration page as the 'Template for vendor stocks import' and in the import wizard on the tab 'Help'
  • You may change the table content to provide users with more specific examples and labels. However do no not change columns' order and do not remove those: it would lead to inevitable mistakes
  • The wizard offers 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 wizard 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
  • In the wizard you can select whether previous products of this vendor should be archived. It let you fully replace this supplier product catalogue 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
  • While preparing the table for import be cautious with cell formats. Numbers should be numbers, units of measure should be chosen among existing ones
  • In case import can't be fully finished until Odoo stops it, contact your system administrator to increase configured time-outs

Python dependency

To provide the feature of dynamic Excel table generation, install the Python library xlsxwriter:

pip install xlsxwriter

に関するよくある質問 Vendor Product Management Odoo v.11

ツールの更新ポリシーは何ですか?

現行の 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 するか、 設定がそうなっている場合は自動ビルドされるまで待ちます。

自分のサーバーにアプリをインストールするには?

1. 購入したツールのソースコードをいずれかの Odoo アドオンディレクトリに解凍します;
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 秒以内の短いメール登録だけです。

こちらのツールもおすすめです
Cloud Storage Solutions

Odoo の添付ファイルをフォルダに柔軟に整理し、Google Drive、OneDrive/SharePoint、Nextcloud/ownCloud、Dropbox、Amazon S3、Box、NAS とディレクトリを同期するツール。DMS。ファイルマネージャー。文書管理システム

398€ 358€
OneDrive / SharePoint Odoo Integration

Odoo の添付ファイルを OneDrive のファイルと自動で双方向同期するツール

487€ 438€
Password Manager

共有利用のためにOdooでパスワードを安全に保管するツール。共有保管庫

198€
KnowSystem: Knowledge Base System

社内・社外向けに深く構造化されたナレッジベースを構築するツール。Knowledge System。KMS。Wiki のような改訂。

398€
Universal Appointments and Time Reservations

予約から販売・レビューまで、時間ベースのサービス管理ツール

398€ 358€
KPI Balanced Scorecard

KPI 目標を設定し、期間ごとの達成を管理するツール。KPI ダッシュボード。ダッシュボードデザイナー。KPI チャート

198€
Google Drive Odoo Integration

Odoo の添付ファイルを Google Drive のファイルと自動で双方向同期するツール

487€ 438€
Advanced Variant Prices

属性の係数と割増に基づいてバリアント価格を設定するツール

98€
Stock Demand Trends and Forecast

在庫需要のトレンドを計算し、将来需要を統計的に予測するツール

198€