Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
3695 Lượt xem

Hi, Im using odoo 11 and i want to add warning to POS when user change price product and the price inputed is below standard_price product.

Any suggestion? im really stuck at this point about this.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất
from openerp.exceptions import ValidationError

#below code is your if condition
if price is less than:
    raise ValidationError("Price is below")

Ảnh đại diện
Huỷ bỏ

if you run this code, you can't continue

in above code the if condition is just pseudo code....

DHA Medic you are behaving just like a code illiterate person

Câu trả lời hay nhất

Hi Yustinus, 

If you need to show a warning in pos interface when user input a price lower than the standard price, you can achieve this by modifying the function "set_unit_price". This function is used to set the unit price for the products in the orderlines. In your case, you can add the warning based on your condition inside that function. 



Hope this helps.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 4 24
953
1
thg 3 24
2220
3
thg 6 23
1533
0
thg 3 15
4043
2
thg 12 20
6701