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
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
4953
Vistes
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
de març 15
|
5063 | ||
|
2
de juny 17
|
4084 | ||
|
1
de gen. 20
|
4329 | ||
|
0
de nov. 15
|
4031 | ||
|
2
d’abr. 24
|
3428 |
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