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
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
4968
Vizualizări
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
2
mar. 15
|
5086 | ||
|
2
iun. 17
|
4116 | ||
|
1
ian. 20
|
4352 | ||
|
0
nov. 15
|
4047 | ||
|
2
apr. 24
|
3706 |
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