Daily updates from Odoo
Navigate
Branch
Wednesday, January 17, 2018
2 changes
Enhancements to existing features
When users create a new record, the chatter area now shows a temporary creation message instead of appearing blank. This gives clearer feedback during record creation while preventing any chatter actions until the record is saved.
Original PR description
Before this commit, when we create a new object (e.g. task, product, ...), the part of the form for the chatter was blank. After this commit, it displays the chatter with a single temporary message 'Creation a new record...' This message is only visible by the user that is creating the task, and goes away when saving the newly created task. Any interaction with the chatter (buttons and widgets at the top of the chatter, including the message itself) are disabled, so that no interaction from the user is possible. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Invoice analysis totals are now converted into the currency selected by the user. This makes reported invoice amounts accurate and comparable for teams working in different currencies.
Original PR description
Description of the issue/feature this PR addresses: In invoice analysis, the amounts were never converted to the user's currency. Current behavior before PR: User's currency in $ Line Total = 100 User's currency in € Line Total = 100 Desired behavior after PR is merged: User's currency in $ Line Total = 100 User's currency in € Line Total = 89 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr