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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
4935
Widoki
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
mar 15
|
5047 | ||
Limit the product to a specific supplier
Rozwiązane
|
|
2
cze 17
|
4059 | |
|
1
sty 20
|
4313 | ||
|
0
lis 15
|
4003 | ||
|
2
kwi 24
|
3069 |
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