diff --git a/purchase/advanced.rst b/purchase/advanced.rst index ea4a7250c..dfabc5bac 100644 --- a/purchase/advanced.rst +++ b/purchase/advanced.rst @@ -5,5 +5,4 @@ Advanced .. toctree:: :titlesonly: - advanced/dropshipping advanced/analyze \ No newline at end of file diff --git a/purchase/advanced/dropshipping.rst b/purchase/advanced/dropshipping.rst deleted file mode 100644 index a16885333..000000000 --- a/purchase/advanced/dropshipping.rst +++ /dev/null @@ -1,54 +0,0 @@ -============ -Dropshipping -============ - -Dropshipping is a method in which the vendor does not keep products in -stock but instead transfers the products directly from the supplier to -the customer. - -.. note:: - You need the *Sales*, *Inventory* and *Purchases* modules - for this feature to work. - -Activate the dropshipping feature -================================= - -Go to :menuselection:`Purchases --> Configuration --> Settings` and -select *Dropshipping*. - -.. image:: media/dropshipping01.png - :align: center - -A new route *Dropshipping* has been created. You can go on a product -and tick the dropshipping route. You also need to define to which vendor -you will buy the product. Now, each time this product will be sold, it -will be drop shipped. - -.. image:: media/dropshipping02.png - :align: center - -If you don't always dropship that product, you can go to -:menuselection:`Sales --> Configuration --> Settings` and tick the box -in front of *Order-Specific Routes*. - -.. image:: media/dropshipping03.png - :align: center - -When you create a quotation or sales order, you can now decide, order -line per order line, which products should be drop shipped by selecting -the dropship route on the SO line. - -.. image:: media/dropshipping04.png - :align: center - -Drop ship a product -=================== - -Once a sale order with products to dropship is confirmed, a request for -quotation is generated by Odoo to buy the product to the vendor. If you -confirm that request for quotation into a purchase order, it will create -a transfer from your vendor directly to your customer. The products -doesn't go through your own stock. - -.. image:: media/dropshipping05.png - :align: center diff --git a/purchase/advanced/media/dropshipping01.png b/purchase/advanced/media/dropshipping01.png deleted file mode 100644 index 93c10f00a..000000000 Binary files a/purchase/advanced/media/dropshipping01.png and /dev/null differ diff --git a/purchase/advanced/media/dropshipping02.png b/purchase/advanced/media/dropshipping02.png deleted file mode 100644 index 9edd12428..000000000 Binary files a/purchase/advanced/media/dropshipping02.png and /dev/null differ diff --git a/purchase/advanced/media/dropshipping03.png b/purchase/advanced/media/dropshipping03.png deleted file mode 100644 index 1a6bc3f7a..000000000 Binary files a/purchase/advanced/media/dropshipping03.png and /dev/null differ diff --git a/purchase/advanced/media/dropshipping04.png b/purchase/advanced/media/dropshipping04.png deleted file mode 100644 index 7a1b18bb3..000000000 Binary files a/purchase/advanced/media/dropshipping04.png and /dev/null differ diff --git a/purchase/advanced/media/dropshipping05.png b/purchase/advanced/media/dropshipping05.png deleted file mode 100644 index 29ce8f030..000000000 Binary files a/purchase/advanced/media/dropshipping05.png and /dev/null differ