Daily updates from Odoo
Tuesday, December 6, 2016
3 changes · master
Enhancements to existing features
When users open tasks or issues from a partner record, Odoo no longer applies the default “My Tasks” filter, so they see the relevant partner-related records immediately. The partner buttons are also shown only when records exist, and task counts are calculated more efficiently.
Original PR description
Description of the issue/feature this PR addresses: Task : https://www.odoo.com/web#id=29154&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.be9bf3d51bcca4c808e261b585470ef3 Current behavior before PR: - Remove unnecessary filter Desired behavior after PR is merged: - Remove the filter "my task" when you come from a stat button of a partner ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This update corrects how Colombian pesos and Colombian addresses appear across Odoo. Business documents and partner records should now show the peso symbol before amounts and print addresses in the expected local format.
Original PR description
Description of the issue/feature this PR addresses: This patchs adds position "before" to COP currency in res_currency_data.xml and address_format to res_country_data.xml. Reference: https://en.wikipedia.org/wiki/Colombian_peso Current behavior before PR: The coin are show incorrect ($ after of number). In partner display not show corrrectaly. Desired behavior after PR is merged: The coin are show correctaly in all reports. The address print correctaly in all reports and views. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr - adds position before to COP currency in res_currency_data - adds address_format to Colombia in res_country_data @fpodoo
Helpdesk teams using balanced assignment will no longer encounter an error when no team members currently have open tickets. New tickets are assigned among members of the current team only, making workload distribution more reliable and accurate.
Original PR description
Issue: https://www.odoo.com/web#id=695217&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 - when balanced assignement method used, and if there is no open tickets for members, it throws traceback - ticket should be assign to any members from team