Daily updates from Odoo
Tuesday, April 3, 2018
3 changes · master
Enhancements to existing features
This update improves how Odoo adds and manages followers on records such as projects, HR requests, expenses, maintenance items, calendar events, and learning or event content. It reduces background database work, avoids duplicate follower issues in expense reports, and keeps notifications flowing correctly when people are automatically subscribed.
Original PR description
Task: https://www.odoo.com/web?debug#id=1824616&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
This change prevents HR Attendance sessions from closing automatically after a week of inactivity by keeping the session alive in the background. This helps employees and managers avoid unexpected interruptions when using attendance-related screens over time.
Original PR description
The session was closing every 7 days for lack of activity. I had a small query running once a day to avoid that. Task: 47216 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fixes an issue that prevented sales receipts from being recorded when using journals in a secondary currency. The system now applies the correct positive or negative currency amount depending on whether the receipt is a sale or purchase, so validation works as expected.
Original PR description
… sale
The amount expressed in the secondary currency must be positive when account is debited and negative when account is credited.
Id #1819396
Issue :
https://www.odoo.com/web?#id=1819396&view_type=form&model=project.task&action=327&menu_id=4720
Description of the issue/feature this PR addresses:
- Activate Multi Currency
- Create new sales type journal and set currency(other than company currency)
- Also set debit and credit account in respective currency
- Go to Accounting > Sales Receipt and
- Create new Sales receipt and select the respective journal and try to validate
- You always get the following warning and no any way to record it.
Current behavior before PR:
You always get the following warning and no any way to record it.
Desired behavior after PR is merged:
Works fine with both type of journal with all currency.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr