diff --git a/mail_attach_attachment/README.rst b/mail_attach_attachment/README.rst index 0cc89713..23602a20 100644 --- a/mail_attach_attachment/README.rst +++ b/mail_attach_attachment/README.rst @@ -14,6 +14,22 @@ To install this module, you need to: * Click on install +Configuration and Usage +======================= + +To configure this module, you need to: + +* Adding some attachments on an object + +.. figure:: static/description/attachment.png + :alt: Attachment on purchase order + +* Then, by sending the object via email, you can select the attachment added earlier + +.. figure:: static/description/ex_mail_compose_message.png + :alt: Sends the Purchase Order by email + + Bug Tracker =========== diff --git a/mail_attach_attachment/static/description/attachment.png b/mail_attach_attachment/static/description/attachment.png new file mode 100644 index 00000000..15e101e1 Binary files /dev/null and b/mail_attach_attachment/static/description/attachment.png differ diff --git a/mail_attach_attachment/static/description/ex_mail_compose_message.png b/mail_attach_attachment/static/description/ex_mail_compose_message.png new file mode 100644 index 00000000..5742434e Binary files /dev/null and b/mail_attach_attachment/static/description/ex_mail_compose_message.png differ