Daily updates from Odoo
Thursday, March 2, 2017
4 changes · master
New functionality added to Odoo
Adds a new website feature that lets shoppers view product specification tables, compare similar products in the same category, and save products to a shortlist. This helps customers evaluate options more easily and can improve purchase confidence on the online store.
Original PR description
…tion Tables on individual product, comparison of the same category product and add Product to Shortlist. Task: https://www.odoo.com/web#id=12115&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.IWUfdYR105tlHoyx
Enhancements to existing features
Color indicators in Helpdesk, Quality, and PLM kanban views now appear on the card header instead of covering the whole card. This makes boards easier to scan while keeping the same status and categorization information visible.
Original PR description
Task: https://www.odoo.com/web#id=31482&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.d676a8bf4ed6c897759e65aa53b5b7c5
Resolved issues and error corrections
This fixes an expense workflow issue where deleting a linked journal entry left the expense stuck, preventing users from creating a replacement entry. After the change, the expense returns to the approved state so accounting can regenerate the journal entry as needed.
Original PR description
Description of the issue/feature this PR addresses: If you unlink the journal entrie of expense, you cannot generate a new, because the state is not update avec this unlink. Impacted version : master, 10 Current behavior before PR: Impossible to re-generate journal entrie Desired behavior after PR is merged: The state of expense is change to approve after the unlink. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Purchase order lines now keep the order chosen by the user after they are rearranged. This prevents confusion and helps ensure purchase documents remain organized as intended.
Original PR description
In this way, when changing the order of the line on a PO, the order is kept. opw:710736