I want to know if there is a way to display all products I can buy from a supplier, so that if a product is available with several suppliers, I can compare prices and choose the best option.
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
4930
Tampilan
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Mar 15
|
5043 | ||
Limit the product to a specific supplier
Diselesaikan
|
|
2
Jun 17
|
4058 | |
|
1
Jan 20
|
4312 | ||
|
0
Nov 15
|
3999 | ||
|
2
Apr 24
|
3019 |
Yes their is a way. I've already made this :D
could you please tell how?
lhadiesleo. you didn't mention how you've done it. I'd also be interested in knowing. thanks!
I'm sorry if I did'nt answer the question.. All you need to have is this 'product_list':fields.one2many('product.supplierinfo','name','Products List',readonly=True), amd in your .xml you can show what field you want to display in your one2many field, as simply as that :D