[ADD] sale_ebay documentation

opw 652029
This commit is contained in:
fwi-odoo 2016-01-04 12:08:10 +01:00 committed by Martin Trigaux
parent fad700cdd4
commit 36a2128a1f
9 changed files with 86 additions and 0 deletions

View File

@ -11,3 +11,4 @@ CRM
crm/salesteam crm/salesteam
crm/leads crm/leads
crm/reporting crm/reporting
crm/sale_ebay

39
crm/ebay/manage.rst Normal file
View File

@ -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

BIN
crm/ebay/media/manage01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
crm/ebay/media/manage02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
crm/ebay/media/manage03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
crm/ebay/media/setup01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
crm/ebay/media/setup02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

37
crm/ebay/setup.rst Normal file
View File

@ -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 <https://go.developer.ebay.com/>`_.
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.

9
crm/sale_ebay.rst Normal file
View File

@ -0,0 +1,9 @@
====
eBay
====
.. toctree::
:titlesonly:
ebay/setup
ebay/manage