Skip to content

Commit b75d922

Browse files
[IMP] sale_amazon: sell FBA and FBM at the same time
Previously, Odoo limited offers of the same product to be sold in either FBM or FBA. This limitation was caused by a lack of information on the Odoo side that distinguished fulfillment channels on a per-product basis, which did not permit the creation of multiple offers with different channels. With the upgrade of the inventory feed in odoo/enterprise#78897 and the recent odoo/enterprise#78293, the fulfillmment channel of an offer is tracked with each new orders coming in. This allows a product to be sold in both FBA and FBM at the same time. task-4092410 closes #12924 X-original-commit: f021c33 Signed-off-by: Lionel Piraux (lipi) <[email protected]> Co-authored-by: StraubCreative <[email protected]>
1 parent 2b76553 commit b75d922

File tree

1 file changed

+0
-12
lines changed
  • content/applications/sales/sales/amazon_connector

1 file changed

+0
-12
lines changed

content/applications/sales/sales/amazon_connector/manage.rst

-12
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ For *FBM* (Fulfilled by Merchant), the same is done for *Unshipped* and *Cancell
1616
synchronized order, a sales order and customer are created in Odoo (if the customer is not already
1717
registered in the database).
1818

19-
.. important::
20-
The stock synchronization does **not** currently support selling the same product as :abbr:`FBM
21-
(Fulfilled By Merchant)` *and* :abbr:`FBA (Fulfilled By Amazon)`.
22-
23-
At times, when stock is sent for all products, it triggers a stock problem with Amazon, where
24-
Amazon incorrectly thinks the :abbr:`FBM (Fulfilled By Merchant)` product has some quantity in
25-
:abbr:`FBM (Fulfilled By Merchant)`.
26-
27-
As a result, Amazon then sells it as :abbr:`FBM (Fulfilled By Merchant)`, instead of taking from
28-
their own warehouse. Odoo developers are currently working on resolving this issue to avoid
29-
future discrepancies.
30-
3119
.. note::
3220
When an order is cancelled in Amazon, and was already synchronized in Odoo, the corresponding
3321
sales order is automatically cancelled in Odoo.

0 commit comments

Comments
 (0)