diff --git a/crm.rst b/crm.rst index 68cf85c2a..2452ab2f9 100644 --- a/crm.rst +++ b/crm.rst @@ -11,3 +11,4 @@ CRM crm/salesteam crm/leads crm/reporting + crm/sale_ebay \ No newline at end of file diff --git a/crm/ebay/manage.rst b/crm/ebay/manage.rst new file mode 100644 index 000000000..4c0e7535c --- /dev/null +++ b/crm/ebay/manage.rst @@ -0,0 +1,39 @@ +====================== +How to list a product? +====================== + +Listing without variation +========================= + +In order to list a product, you need to check the **use eBay** field on a product +form. The eBay tab will be available. + +.. image:: ./media/manage01.png + :align: center + +When the **Use Stock Quantity** field is checked, the quantity sets on eBay will +be the Odoo **Forecast Quantity**. + +The **Description Template** allows you to use templates for your listings. The +default template only use the **eBay Description** field of the product. You can +use html inside the **Description Template** and in the **eBay Descritpion**. + +Listing with variations +======================= + +When the **use eBay** on a product with variations is checked and with **Fixed +Price** as **Listing Type**, the eBay form is sligthly different. In the +variants array, you can choose which variant will be listed on eBay as well as +set the price and the quantity for each variant. + +.. image:: ./media/manage02.png + :align: center + +Listing with item specifics +=========================== + +In order to add item specifics, you should create a product attribute with one +value in the **Variants** tab on the product form. + +.. image:: ./media/manage03.png + :align: center diff --git a/crm/ebay/media/manage01.png b/crm/ebay/media/manage01.png new file mode 100644 index 000000000..eba851fe9 Binary files /dev/null and b/crm/ebay/media/manage01.png differ diff --git a/crm/ebay/media/manage02.png b/crm/ebay/media/manage02.png new file mode 100644 index 000000000..8fc878886 Binary files /dev/null and b/crm/ebay/media/manage02.png differ diff --git a/crm/ebay/media/manage03.png b/crm/ebay/media/manage03.png new file mode 100644 index 000000000..b49b43e41 Binary files /dev/null and b/crm/ebay/media/manage03.png differ diff --git a/crm/ebay/media/setup01.png b/crm/ebay/media/setup01.png new file mode 100644 index 000000000..6b0fa8f09 Binary files /dev/null and b/crm/ebay/media/setup01.png differ diff --git a/crm/ebay/media/setup02.png b/crm/ebay/media/setup02.png new file mode 100644 index 000000000..6c99ac35b Binary files /dev/null and b/crm/ebay/media/setup02.png differ diff --git a/crm/ebay/setup.rst b/crm/ebay/setup.rst new file mode 100644 index 000000000..0aa03cbc2 --- /dev/null +++ b/crm/ebay/setup.rst @@ -0,0 +1,37 @@ +============================== +How to configure eBay in Odoo? +============================== + +Create eBay tokens +================== + +In order to create your tokens, you need to create a developer account on the +`developer portal `_. +Once you are logged in, you can create **Sandbox Keys** and **Production Keys** +by clicking on the adequate buttons. + +.. image:: ./media/setup01.png + :align: center + +After the creation of the keys, you can get the user token. To do so, click on +the **Get a User Token** link in the bottom of the page. Go through the form, +log in with you eBay account and you will get the keys and token needed to +configure the module in Odoo. + +Set up tokens in Odoo? +====================== + +To set up the eBay integration, go to :menuselection:`Sales --> Configuration --> Settings`. + +.. image:: ./media/setup02.png + :align: center + +First choose if you want to use the production or the sandbox eBay Site. Then +fill in the fields **Developer Key**, **Token**, **App Key**, **Cert Key**. +Apply the changes. + +Once the page is reloaded, you need to synchronize information from eBay. Push +on **Sync countries and currencies**, then you can fill in all the other fields. + +When all the fields are filled in, you can synchronize the categories and the +policies by clicking on the adequate buttons. \ No newline at end of file diff --git a/crm/sale_ebay.rst b/crm/sale_ebay.rst new file mode 100644 index 000000000..65b021eff --- /dev/null +++ b/crm/sale_ebay.rst @@ -0,0 +1,9 @@ +==== +eBay +==== + +.. toctree:: + :titlesonly: + + ebay/setup + ebay/manage \ No newline at end of file