Skip to content

Commit a76cdd5

Browse files
committed
[ADD] sale_flipkart: add documentation for flipkart connector
task-3179096
1 parent d21e9d8 commit a76cdd5

File tree

10 files changed

+116
-0
lines changed

10 files changed

+116
-0
lines changed

content/applications/sales/sales.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ deliver and invoice what has been sold.
2121
sales/products_prices
2222
sales/amazon_connector
2323
sales/ebay_connector
24+
sales/flipkart_connector
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:nosearch:
2+
3+
==================
4+
Flipkart Connector
5+
==================
6+
7+
.. toctree::
8+
:titlesonly:
9+
10+
flipkart_connector/features
11+
flipkart_connector/setup
12+
flipkart_connector/manual_sync
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
===========================
2+
Flipkart Connector Features
3+
===========================
4+
5+
The **Flipkart Connector** synchronizes the orders between Flipkart and your Odoo database, which
6+
reduces considerably the amount of time spent on your Flipkart Seller dashboard, making your
7+
daily routine a lot easier.
8+
9+
.. _flipkart/supported_features:
10+
11+
Supported Features
12+
==================
13+
14+
The connector is able to:
15+
16+
- Synchronize (Flipkart to Odoo) all confirmed orders (both FBF and FBS) and their order items which
17+
include:
18+
19+
- the product’s SKU, selling price, flipkart discount and quantity
20+
- If the product's SKU is not available in the database,
21+
a new product is created with the listed name and SKU of the product
22+
- the shipping costs for the product
23+
24+
- Create on Odoo any missing partner related to an order (contact types supported: contact and
25+
delivery).
26+
- Notify Flipkart of a shipping confirmed on Odoo (FBS) in order to pickup the shipment.
27+
28+
29+
+----------------------+------------------------------+-------------------------------------+
30+
| | Fulfilled By Flipkart (FBF) | Fulfilled By Seller (FBS) |
31+
+======================+==============================+=====================================+
32+
| **Orders** | Synchronize shipped and | Synchronize unshipped and canceled |
33+
| | canceled orders | orders |
34+
+----------------------+------------------------------+-------------------------------------+
35+
| **Shipping** | - Handled By Flipkart | - Delivery created |
36+
| | | - Generate Shipping Label |
37+
| | | - Fetch Shipping Label |
38+
+----------------------+------------------------------+-------------------------------------+
39+
| **Stock Management** | One stock move created | - Handled by the delivery |
40+
| | per sales order item | - Products available quantity |
41+
| | | updated from Odoo to Flipkart |
42+
+----------------------+------------------------------+-------------------------------------+
43+
| **Confirmation** | Handled by Flipkart | Notify Flipkart when confirming |
44+
| | | delivery |
45+
+----------------------+------------------------------+-------------------------------------+
46+
47+
.. note::
48+
The connector is designed to synchronize orders' data as detailed above. Other actions, such as
49+
listing management and managing products, must be managed from Flipkart Seller dashboard.
50+
51+
.. seealso::
52+
- :doc:`setup`
53+
- :doc:`manual_sync`
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
==================
2+
Manual Sync Orders
3+
==================
4+
5+
Manual Sync Orders
6+
==================
7+
8+
You can manually sync Flipkart orders from the last sync date and time performed by Odoo up to the current moment.
9+
10+
You need to click on **Sync Orders** in Flipkart Connector Configuration Panel as show below
11+
12+
.. image:: verify/verify01.png
13+
:align: center
14+
15+
Odoo will fetch all the Flipkarts as mentioned in the :ref:`Supported Features<flipkart/supported_features>`
16+
17+
.. seealso::
18+
- :doc:`setup`
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
==================================
2+
How to configure Flipkart in Odoo?
3+
==================================
4+
5+
Connect Flipkart with OAuth
6+
===========================
7+
8+
In Odoo you can find the Flipkart Configuration under :menuselection:`Settings --> Sale --> Flipkart Connector`
9+
10+
.. image:: setup/setup01.png
11+
:align: center
12+
13+
All you have to do is click on the Connect button and you will be redirected to Flipkart Permission Registration page
14+
15+
.. image:: setup/setup02.png
16+
:align: center
17+
18+
After successful login, seller would be presented with a Request for Authorization dialog.
19+
20+
.. image:: setup/setup03.png
21+
:align: center
22+
23+
After clicking on Allow you will be redirected to Odoo back and now you can sync your flipkart orders to Odoo
24+
25+
.. image:: setup/setup04.png
26+
:align: center
27+
.. note::
28+
Odoo will setup a default Sale Team and Flipkart Location for Flipkart Connector.
29+
30+
.. seealso::
31+
- :doc:`features`
32+
- :doc:`manual_sync`
16.3 KB
Loading
40.7 KB
Loading
80.6 KB
Loading
29.7 KB
Loading
9.29 KB
Loading

0 commit comments

Comments
 (0)