Thursday, March 31, 2016
4 changes · master
New functionality added to Odoo
Purchase receipts now include a dedicated voucher date so the original supplier bill date can be recorded separately. The journal items section is shown by default, making it easier to enter the correct accounting date when processing purchase receipts.
Original PR description
- Displayed `Journal Items` tab by default to enter accounting date for purchase receipt Task: https://www.odoo.com/web#id=21781&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD: https://pad.odoo.com/p/openerp-project.task-61H3F80MD9
Adds Twitter streaming and posting capabilities so Odoo can collect tweets into messaging channels and publish messages back to Twitter. This helps teams monitor social conversations and respond from within Odoo, reducing context switching for customer communication.
Original PR description
task: https://www.odoo.com/web#id=19698&view_type=form&model=project.task&menu_id=3942&action=327 pad: https://pad.odoo.com/p/r.zmiAV8sDEkgDpnnf - **twitter_stream** helper module. provide common functionality to integrate with twitter stream and oauth - **mail_channel_twitter** use twitter_stream process tweets and post it to Odoo Messaging System 
Enhancements to existing features
Calendar entries can now be visually highlighted when they are especially relevant, such as meetings or events tied to a business requirement. This helps users quickly spot the most important activities without manually scanning the full calendar.
Original PR description
-> Added list of event ids to highlight into context based on requirement -> Added required css rule and class to high-light events -> Inside web_calendar.js, searched for events to high light while rendering and added css class responsible for highlighting events
Resolved issues and error corrections
This fix prevents an error from occurring when working with products in the inventory area. It helps users complete stock-related product actions more reliably without unexpected interruptions.
Original PR description
<strong>Issue: </strong>https://www.odoo.com/web#id=673286&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720