[FIX] sale_amazon: remove the installation request of delivery

Since delivery is now a dependency of `sale_amazon`, the user don't have to
install it anymore. But they are still asked to get a tracking reference, so
this part stay untouched.

task-2635654

closes odoo/documentation#1117

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Demesmaeker 2021-09-03 08:45:21 +00:00
parent 33d4bdaf29
commit 697df5e5ae

View File

@ -37,12 +37,9 @@ When a picking related to the order is confirmed, a notification is sent to Amaz
turn, notify the customer that the order (or a part of it) is on its way.
.. important::
Starting from July 2021, Amazon requires that deliveries be provided with a tracking
reference. This concerns all marketplaces.
If this is not already done, you need to :ref:`install <general/install>` the **Delivery Costs**
module in order to provide the tracking reference. There is unfortunately no workaround to comply
with this new Amazon policy.
Amazon requires to provide a tracking reference with each delivery. You'll need to assign a
carrier. If the carrier doesn't automatically provide a tracking reference, you'll need to set
one manually. This concerns all marketplaces.
.. seealso::
- :doc:`../../../inventory_and_mrp/inventory/shipping/setup/third_party_shipper`