Daily updates from Odoo
Navigate
Branch
Monday, November 12, 2018
7 changes
Enhancements to existing features
Credit note numbering will now follow localization needs instead of being disabled everywhere. Belgium, France, and Luxembourg will automatically use dedicated credit note sequences, helping align invoices and credit notes with local accounting expectations.
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
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
The wording in the Sales module was updated to use “expiration” instead of “validity.” This makes the label easier for users to understand when reviewing sale-related dates.
Original PR description
I think expiration it's much clearer.
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
Code cleanup and technical improvements
The web module's relational field test suite was split into several smaller files to make it easier to maintain. This is an internal cleanup that helps developers work more efficiently without changing product behavior for users.
Original PR description
The file relation_fields_tests.js was a huge 12K lines files for which some editors have a hard time managing. We have split it in 4 files to be more managable and removed remove unused data and import. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr