Daily updates from Odoo
Monday, November 12, 2018
3 changes · master
Resolved issues and error corrections
This fixes a missed internal reference after a website redirect setting was renamed. It helps ensure website redirects continue to behave as intended without errors from the outdated field name.
Original PR description
**Description of the issue/feature this PR addresses:** In https://github.com/odoo/odoo/commit/2924b77b6f52e7ee9f4a6f2fb0cc79211be42292 `type` field was renamed to `redirect_type`. It seems a case was missing. **Current behavior before PR:** There is a case of a `type` that should be `redirect_type`. **Desired behavior after PR is merged:** This case is fixed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Point of Sale payment screen has been adjusted to work better on 10-inch tablets. Cashiers should see less unnecessary scrolling and a more stable keypad when handling common payment setups.
Original PR description
Before this commit, the payment screen on a normal 10.1" tablet (lenovo YogaPad3) in full screen mode (GMD Full Screen Imersive Mode) was forced to be scrolled by the operator already with only two…
Before this commit, the payment screen on a normal 10.1" tablet (lenovo YogaPad3) in full screen mode (GMD Full Screen Imersive Mode) was forced to be scrolled by the operator already with only two different payment methods. Furthermore the min high of the payment amount was already too big for this typical screen. Now, only after adding the third payment method, scrolling is needed. The numpad doesn't jump neither while the missing amount is shown. **Description of the issue/feature this PR addresses:** - Jumpy screen on 10.1" tablet **Current behavior before PR:** - Min height of payment screen was already too high for 10.1 (jumpy numpad + unnecessary scrolling) - Only two payment methods made the methods screen scroll **Desired behavior after PR is merged:** - Payment screen does not jump - Two payment methods doe not require scrolling, yet. **Note:** Please do not close, even if not immediately accepted (`wishlist` tag). This PR is meant to be carried along and actively maintained, until this semantic will be completed this way or another. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
The default Tips product is now available in Point of Sale so businesses can properly record and manage customer tips. This prevents setup issues where the POS tip feature depended on a product that could not be used in POS sessions.
Original PR description
Description of the issue/feature this PR addresses: point_of_sale Current behavior before PR: Tips product is not available in Point of sale but it is used to manage Tips by default. Desired behavior after PR is merged:T ips product is available in Point of sale Related Issue: https://github.com/odoo/odoo/issues/25362 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr