Daily updates from Odoo
Monday, May 30, 2016
5 changes
New functionality added to Odoo
Sales and purchase receipts now include a dedicated accounting date that can differ from the bill date while still updating automatically in draft when the bill date changes. Journal items are always visible and entries are posted using the accounting date, improving clarity and control over receipt accounting.
Original PR description
Description of the issue/feature this PR addresses: - Added 'account_date' field for maintaining purchase and sales receipt's accounting date - Made visible 'Journal Items' tab 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 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
Enhancements to existing features
Project task and issue searches now open in a list view with default filters for a user's own items instead of loading the heavier kanban view. This should make large production project databases quicker and easier to navigate for everyday users.
Original PR description
Description of the issue/feature this PR addresses: - [project] Search Tasks ==> list view <strong>Task:</strong> https://www.odoo.com/web#id=24213&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad:</strong> https://pad.odoo.com/p/r.9cc4a596e54307b7f62f13e3ba62e037 Current behavior before PR: - Project>Search>Tasks and Project>Search>Issues default view is the kanban one. Desired behavior after PR is merged: - A lot of tasks and issue loading in a production environment, so we have set a default filter for own tasks and own issues. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website administrators can now choose whether to show or hide extra multi-website information in the settings area. This helps keep configuration screens cleaner for teams that do not need multi-website details, while still supporting those that manage multiple sites.
Original PR description
task id: 21389 link: https://www.odoo.com/web?#id=21389&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.xjbcD59szOZeLER9 This provides an option to show/hide unnecessary multi-website info.
Lunch orders that have already been ordered or received can no longer be deleted. This helps preserve accurate meal order records and prevents accidental removal of confirmed lunch activity.
Original PR description
<strong>Task: </strong>https://www.odoo.com/web#id=21734&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong>https://pad.odoo.com/p/openerp-project.task-EB2VOTYACF
Resolved issues and error corrections
This update prevents crashes caused by inconsistent text handling when Odoo builds page responses. It improves reliability for users working with content that includes non-English or special characters.
Original PR description
Problem is odoo is returning unicode response instead of normal strings. Mixing unicode and normal strings results in below mentioned issues: Please read gist and below comments: https://gist.github.com/ovnicraft/96ec0aea574150c28b2a Github issue: https://github.com/odoo/odoo/issues/8846