Friday, March 1, 2019
2 changes · master
Enhancements to existing features
This update makes the invoice portal chatter easier to use by showing it directly on the invoice page, refreshing posted messages automatically, and confirming when a message is sent. It also lets eligible users download message attachments through secure access tokens and fixes visual alignment issues.
Original PR description
Task : https://www.odoo.com/web#id=1839444&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.d0f1e5af83660c799ef5af38af2ed843 Description of the issue/feature…
Task : https://www.odoo.com/web#id=1839444&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.d0f1e5af83660c799ef5af38af2ed843 Description of the issue/feature this PR addresses: 1) download the attachment using access_token or user access rights. 2) fix an alignment. (https://drive.google.com/file/d/1tNsGB2kgBX06pEaTuwaATcEhfbbeLOZt/view) 3) add a 'Thank you' message or a notification when a message is published in the chatter. Current behavior before PR: 1) cannot download the attachment using access_token. 2) An Alignment is distorted. (https://drive.google.com/file/d/1tNsGB2kgBX06pEaTuwaATcEhfbbeLOZt/view) 3) A user can not be notified when a message is published in chatter. Desired behavior after PR is merged: 1) can download the attachment using access_token. 2) An Alignment is fixed. 3) A user can be notified by a notification when a message is published in chatter. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Scrap moves created through stock operations now remain visible in move lines, making inventory exceptions easier to track. Scraps created from delivery orders also try to prefill the source location based on where the reserved product is stored, reducing manual entry and mistakes.
Original PR description
When a scrap move is created, not with the scrap button but with a scraped operation, the move stay visible in movelines, by opposition of scrap moves created with the scrap button. Also, when you create a scrap from a delivery order, it'll try to prefill the location field with the location where the reserved product is stored. Task #1940511