Daily updates from Odoo
Navigate
Branch
Monday, July 2, 2018
6 changes
Enhancements to existing features
Cancelled stock transfers are now fully read-only, preventing users from making changes that would have no operational effect. Delivery carrier and tracking fields are also locked once a transfer is cancelled, improving consistency and reducing confusion.
Original PR description
Description of the issue/feature this PR addresses:
Task: https://www.odoo.com/web?#id=1853065&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Pad: https://pad.odoo.com/p/r.87b0d1bce6653087869dffee4d128b50
Current behavior before PR:
- allow users to edit a picking that is already cancelled as their changes won't have any impact
Desired behavior after PR is merged:
- All fields from a picking should be readonly when the picking is cancelled
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prVAT reports now let users open the related accounting entry lines directly from the report. This makes it easier to verify reported tax amounts, investigate discrepancies, and support audit or compliance checks without extra navigation.
Original PR description
From the tax report, you can now easily access the list of the corresponding move lines.
Point-based discounts in Point of Sale now use the same decimal precision for spending points as for earning them. This prevents customers from losing value when loyalty points include cents, making rewards more accurate and predictable.
Original PR description
Set-up the following.
- Loyalty Program:
Points per currency: 1.00
Points Rounding: 0.01
Applies on Product A
- Reward:
Reward Type: Discount
Discount: 100 %
Point Cost: 1.00
Then, in the POS:
- Buy Product A costing 10.50 => you receive 10.50 points
- Buy Product B costing 20.00, apply the reward
Only 10 € are substracted, not 10.50 €.
It is more logical that you can spend the reward with the same precision
that it is earned. It is always possible to define a 'Points Rounding'
to 1.00 if the user wants to take advantage of the extra cents on which
the points won't be applied.
opw-1861455Financial reports have a refreshed design to make them easier to read and present. Companies can also choose whether section totals appear underneath sections or alongside them, supporting different regional reporting preferences.
Resolved issues and error corrections
Sales email templates no longer include static terms that could be inappropriate or outdated. This keeps customer communications cleaner and avoids sending unintended contract wording.
Original PR description
Forward port 49edee1f4b broke commit 2fa469c5e5ec Indeed, the mail template got fixed with 5940f41ddc85 in earlier version. Mail template should not integrate static term Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
This pull request restructures the JavaScript behind Odoo's mail, chat, live chat, and support features to make them easier to maintain and extend. It also adds the ability to open document conversations in small chat-style windows, improving how users follow discussions from notifications.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr