diff --git a/inventory/management/misc.rst b/inventory/management/misc.rst index c0de212b1..a08a79e45 100644 --- a/inventory/management/misc.rst +++ b/inventory/management/misc.rst @@ -8,5 +8,6 @@ Miscellaneous Operations misc/scrap misc/owned_stock + misc/email_delivery misc/schedulers misc/immediate_planned_transfers diff --git a/inventory/management/misc/email_delivery.rst b/inventory/management/misc/email_delivery.rst new file mode 100644 index 000000000..d5c839f02 --- /dev/null +++ b/inventory/management/misc/email_delivery.rst @@ -0,0 +1,42 @@ +================================= +Send Automated Emails at Delivery +================================= + +Configuration +============= + +First, go to the *Inventory* app, then to *Settings* and activate +the *Email Confirmation* feature. If you work in multi-company, this +configuration is company-specific. + +.. image:: media/email_delivery_01.png + :align: center + +When you enable this feature, Odoo automatically creates an email +template. Of course, you can modify it if necessary by clicking on the +small arrow next to its name. + +.. image:: media/email_delivery_02.png + :align: center + +Send email at delivery validation +================================= + +On the inventory dashboard, click on *Create* and fill the form for a +specific partner. Once you have added some products in it, *Validate* +it and do the same for the delivery. + +.. image:: media/email_delivery_03.png + :align: center + +Doing so, an automated email will be sent and will appear in the +chatter. + +.. image:: media/email_delivery_04.png + :align: center + +If you work with a shipping method, and then have a tracking link, it +will be included in the standard email template. + +.. image:: media/email_delivery_05.png + :align: center \ No newline at end of file diff --git a/inventory/management/misc/media/email_delivery_01.png b/inventory/management/misc/media/email_delivery_01.png new file mode 100644 index 000000000..953e29192 Binary files /dev/null and b/inventory/management/misc/media/email_delivery_01.png differ diff --git a/inventory/management/misc/media/email_delivery_02.png b/inventory/management/misc/media/email_delivery_02.png new file mode 100644 index 000000000..4da23bd13 Binary files /dev/null and b/inventory/management/misc/media/email_delivery_02.png differ diff --git a/inventory/management/misc/media/email_delivery_03.png b/inventory/management/misc/media/email_delivery_03.png new file mode 100644 index 000000000..435c4da5a Binary files /dev/null and b/inventory/management/misc/media/email_delivery_03.png differ diff --git a/inventory/management/misc/media/email_delivery_04.png b/inventory/management/misc/media/email_delivery_04.png new file mode 100644 index 000000000..7f22419d8 Binary files /dev/null and b/inventory/management/misc/media/email_delivery_04.png differ diff --git a/inventory/management/misc/media/email_delivery_05.png b/inventory/management/misc/media/email_delivery_05.png new file mode 100644 index 000000000..e1148b20c Binary files /dev/null and b/inventory/management/misc/media/email_delivery_05.png differ