Daily updates from Odoo
Monday, July 2, 2018
4 changes · master
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.