Daily updates from Odoo
Monday, March 30, 2020
3 changes · master
Enhancements to existing features
Mobile list views now show selected records in a clear banner at the top of the list instead of a small selection box near the action buttons. This makes bulk selection easier to notice and use on smaller screens while keeping the same behavior as before.
Original PR description
Instead of a selection box next to the control panel buttons, a banner replacing the column headers is displayed at the top of the list. It behaves exactly the same as the original selection box. Part of task 2185145
This change helps prevent catchall and bounce email aliases from being reused where they could conflict with existing aliases. It also removes unnecessary shared demo aliases so email routing is clearer and less prone to mistakes.
Original PR description
PURPOSE: Prevent from re-using catchall/bounce alias SPECIFICATION: When setting the Catchall and bounce ICP to a given value, we could check if it's already used for an alias, and do the same when changing an alias value, check if it's the same than the Catchall and bounce ICP. LINKS: TaskID: 2160070 Closes https://github.com/odoo/enterprise/pull/9211
Point of Sale loyalty programs are easier to configure, with clearer rule handling and fixed point awards when conditions are met. Reward point spending is also more predictable, varying by reward type and whether it applies to an order or specific order lines.
Original PR description
Changed the view in the back end and removed the point per product and currency earned. Changed the way we manage rules. Instead of adding point per product and currency, we give a a fixed amount if the rules is valid or not. If the rules is valid, we can choose to add point one or multiple time this amount. We can also choose to validated rules only if the previous one are valid. The reward points consumption is changed too. When we use percentage if the reward is on the order, we remove a fix amount of points. If the reward is on the order line, we remove the amount of product * nb of points. When we use fixed price, we just remove the fixed amount. task-id: 2069831