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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
from openerp.exceptions import ValidationError
#below code is your if condition
if price is less than:
raise ValidationError("Price is below")
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.
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
0
Apr. 24
|
1645 | |||
|
Unable to update PoS config
Gelöst
|
1
März 24
|
2852 | ||
|
3
Juni 23
|
2299 | |||
|
0
März 15
|
4776 | |||
|
2
Dez. 20
|
7449 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.