Daily updates from Odoo
Monday, November 12, 2018
2 changes · master
Enhancements to existing features
Belgium, France, and Luxembourg localizations now enable dedicated credit note numbering by default. This helps companies in those countries follow local accounting expectations without manual configuration.
Original PR description
…e/fr/lu) Description of the issue/feature this PR addresses: Make “Dedicated Credit Note Sequence” depend on localization. Activate that option for Belgium, France and Luxembourg. Current behavior before PR: “Dedicated Credit Note Sequence” always set to False Desired behavior after PR is merged: Set to true for be/fr/lu -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
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