I want to make a order and have the supplier but then all products are listed! Can i only see the Products from that supplier? Or can i make a Order with at first the product and then OPENERP shows me only suppliers that listed in the product?
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
You can select Products of the corresponding supplier.
"How to add supplier field in Sales order form? [closed]"
Check this Question.
You have to create domain, or filter on the product
Apply domain="[('seller_ids','!=',[])]"
in field of product_id
of sale order line.
<field colspan="3" context="{'partner_id':parent.partner_id, 'quantity':product_uom_qty, 'pricelist':parent.pricelist_id, 'shop':parent.shop_id, 'uom':product_uom, 'force_product_uom': True}" name="product_id" on_change="product_id_change(parent.pricelist_id,product_id,product_uom_qty,product_uom,product_uos_qty,product_uos,name,parent.partner_id, False, True, parent.date_order, product_packaging, parent.fiscal_position, False, context)" domain="[('seller_ids','!=',[])]"/>
Hope this helps.
Thanks, Serpent Consulting Service Pvt Ltd
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ść | |
---|---|---|---|---|
Limit the product to a specific supplier
Rozwiązane
|
|
2
cze 17
|
4386 | |
|
0
mar 15
|
3785 | ||
|
2
kwi 24
|
7938 | ||
|
1
lut 19
|
4401 | ||
Add Supplier to Products via Script
Rozwiązane
|
|
6
paź 15
|
5537 |