Daily updates from Odoo
Monday, November 12, 2018
5 changes · master
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
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 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