Daily updates from Odoo
Tuesday, January 20, 2015
2 changes · master
Resolved issues and error corrections
The website editor now checks whether the selected menu option has an available action before trying to run it. This prevents an error when users choose Promote > Optimize SEO, making the website editing experience smoother.
Original PR description
... ok otherwise it not execute function and we not get error. In website When Click on "Promote -> Optimize CEO" it give undefined function error.
This fix ensures purchase order prices are calculated correctly when using the order line wizard. It removes an unnecessary check that could lead to incorrect pricing, helping businesses avoid purchase order value errors.
Original PR description
Remove condition for check price_unit. price_unit is not False or None in order line wizard. #2938: