Is there a way to link an already created sales order in the sales module (because some of my sellers forget to create them inside the CRM opportunity section) to an existing opportunity?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
You can import them through excel, you will prepare your excel file with two columns
| id | order_ids/id |
| crm.crm_case_20 | __export__.sale_order_50_6e0debd3 |
| __export__.sale_order_49_ac020f4f |
Id: Is the xml id for your lead and you can get it by export your lead.
order_ids/id: is the xml id for sale order, if you have more than one sale order for the same lead you will fill the order_ids/id in new row and leave the id of the lead empty.
The above table is to add two sale orders to one lead.
after preparing the excel file, you can import it from lead.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
Administrator can't view own customers [salesperson]
Diselesaikan
|
|
2
Jan 19
|
2994 | |
|
|
2
Okt 25
|
2744 | ||
|
|
2
Mar 24
|
2059 | ||
|
|
0
Feb 21
|
2437 | ||
|
|
1
Jan 20
|
4107 |
Thank you Waleed
Good Job
Hi Waleed!
Thanks so much! this worked!