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?
This question has been flagged
1
Reply
5858
Views
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),
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
Last purchase date
Solved
|
|
2
Sep 21
|
5807 | |
|
|
1
Dec 16
|
7187 | ||
|
|
1
Aug 15
|
7002 | ||
|
|
2
Mar 15
|
5796 | ||
|
|
0
Mar 15
|
4485 |
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.