[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) <anv@odoo.com>
This commit is contained in:
parent
ae0c4d809d
commit
ca475f8ad5
@ -22,6 +22,8 @@ The connector is able to:
|
|||||||
delivery).
|
delivery).
|
||||||
- Notify Amazon of a shipping confirmed on Odoo (FBM) in order to get paid.
|
- 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 seller accounts.
|
||||||
- Support multiple marketplaces per seller account.
|
- Support multiple marketplaces per seller account.
|
||||||
|
|
||||||
@ -37,8 +39,9 @@ The connector is able to:
|
|||||||
| **Gift Wrapping** | Handled by Amazon | - Gift wrapping charges |
|
| **Gift Wrapping** | Handled by Amazon | - Gift wrapping charges |
|
||||||
| | | - Gift message |
|
| | | - Gift message |
|
||||||
+----------------------+----------------------------+-------------------------------------+
|
+----------------------+----------------------------+-------------------------------------+
|
||||||
| **Stock Management** | One stock move created | Handled by the delivery |
|
| **Stock Management** | One stock move created | - Handled by the delivery |
|
||||||
| | per sales order item | |
|
| | per sales order item | - Products available quantity |
|
||||||
|
| | | updated from Odoo to Amazon |
|
||||||
+----------------------+----------------------------+-------------------------------------+
|
+----------------------+----------------------------+-------------------------------------+
|
||||||
| **Confirmation** | Handled by Amazon | Notify Amazon when confirming |
|
| **Confirmation** | Handled by Amazon | Notify Amazon when confirming |
|
||||||
| | | delivery |
|
| | | delivery |
|
||||||
|
@ -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
|
listed under the :guilabel:`Marketplaces` tab. If you wish, you can remove some items from the list
|
||||||
of synchronized marketplaces to disable their synchronization.
|
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 <amazon/matching>`
|
||||||
|
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
|
Match database products in Amazon
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
@ -48,6 +54,10 @@ found, :ref:`the internal reference is used instead <amazon/matching>`.
|
|||||||
automatically done yet. This is useful if you do not use the internal reference as the SKU or if
|
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.
|
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
|
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
|
code, a default database product **Amazon Sale** is used. The same is done with the default product
|
||||||
**Amazon Shipping** and the shipping code.
|
**Amazon Shipping** and the shipping code.
|
||||||
|
Loading…
Reference in New Issue
Block a user