From ca475f8ad59ab152e84328e2cec4b5522fda562d Mon Sep 17 00:00:00 2001 From: Demesmaeker Date: Fri, 16 Jun 2023 14:38:05 +0000 Subject: [PATCH] [IMP] sale_amazon: support stock synchronization from Odoo task-2864098 closes odoo/documentation#4773 Related: odoo/enterprise#40720 Related: odoo/upgrade#4810 Signed-off-by: Antoine Vandevenne (anv) --- .../sales/sales/amazon_connector/features.rst | 7 +++++-- .../sales/sales/amazon_connector/setup.rst | 10 ++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/content/applications/sales/sales/amazon_connector/features.rst b/content/applications/sales/sales/amazon_connector/features.rst index bc12c78b4..d6ad6e896 100644 --- a/content/applications/sales/sales/amazon_connector/features.rst +++ b/content/applications/sales/sales/amazon_connector/features.rst @@ -22,6 +22,8 @@ The connector is able to: delivery). - Notify Amazon of a shipping confirmed on Odoo (FBM) in order to get paid. +- Synchronize (Odoo to Amazon) all available quantities of your products (FBM). + - Support multiple seller accounts. - Support multiple marketplaces per seller account. @@ -37,8 +39,9 @@ The connector is able to: | **Gift Wrapping** | Handled by Amazon | - Gift wrapping charges | | | | - Gift message | +----------------------+----------------------------+-------------------------------------+ -| **Stock Management** | One stock move created | Handled by the delivery | -| | per sales order item | | +| **Stock Management** | One stock move created | - Handled by the delivery | +| | per sales order item | - Products available quantity | +| | | updated from Odoo to Amazon | +----------------------+----------------------------+-------------------------------------+ | **Confirmation** | Handled by Amazon | Notify Amazon when confirming | | | | delivery | diff --git a/content/applications/sales/sales/amazon_connector/setup.rst b/content/applications/sales/sales/amazon_connector/setup.rst index 0dbd4c23a..9799fdb2f 100644 --- a/content/applications/sales/sales/amazon_connector/setup.rst +++ b/content/applications/sales/sales/amazon_connector/setup.rst @@ -24,6 +24,12 @@ Once the account is registered, the marketplaces available to this account are s listed under the :guilabel:`Marketplaces` tab. If you wish, you can remove some items from the list of synchronized marketplaces to disable their synchronization. +Additionally, you can configure the account to automatically synchronize the available quantity of +your product present in your offers. To do so, check the :guilabel:`FBM Stock Synchronization` box. +This will automatically send to Amazon the current available quantities of products in Odoo at +regular intervals. You'll then need to :ref:`match database products in Amazon ` +for Odoo to know which products needs to be send, as well as the Amazon SKU used to recognize them. + Match database products in Amazon ================================= @@ -48,6 +54,10 @@ found, :ref:`the internal reference is used instead `. automatically done yet. This is useful if you do not use the internal reference as the SKU or if you sell the product under different conditions. +.. note:: + When synchronizing the available quantity of products, only :guilabel:`Storable Products` are + synchronized. + If no database product with a matching internal reference is found for a given SKU or gift wrapping code, a default database product **Amazon Sale** is used. The same is done with the default product **Amazon Shipping** and the shipping code.