The Sales Order doesn't allow the user to select products where Can be Sold is false. Why does the Purchase Order allow products where Can be Purchased is false?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
4304
Weergaven
purchase.order.line already has a domain filter. It just doesn't seem to work: 'product_id': fields.many2one('product.product', 'Product', domain=[('purchase_ok','=',True)], change_default=True),
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
Last purchase date
Opgelost
|
|
2
sep. 21
|
4153 | |
|
1
dec. 16
|
5601 | ||
|
1
aug. 15
|
5088 | ||
|
2
mrt. 15
|
4311 | ||
|
0
mrt. 15
|
3223 |
10 years later....and it still seems to be an issue. Are there any news on that? It really is a problem for us and I do not understand how this cannot be an issue for anyone else.