Monday, February 27, 2017
8 changes · master
New functionality added to Odoo
Swiss companies can now use live exchange rates from Switzerland's Federal Tax Administration. This makes currency updates more aligned with local Swiss requirements and automatically applies the Swiss provider for existing eligible companies when installed.
Original PR description
Swiss localization : live currency rate update at FTA, in Switzerland.
Enhancements to existing features
The partner form now places invoice access in the Actions menu instead of as a prominent button, making the screen cleaner and the option easier to find alongside related actions. The invoice action was also relabeled for clarity, reducing confusion for users managing partner accounting information.
Original PR description
task : https://www.odoo.com/web#id=31447&view_type=form&model=project.task&menu_id= -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
This update streamlines how Odoo handles working calendars, employee availability, time off, payroll, attendance, and manufacturing work centers. It makes scheduling calculations more reliable across time zones and reduces duplicated logic, helping businesses get more accurate planning and HR-related results.
This update adjusts the Point of Sale session code to align with the expected Odoo programming conventions for the master and V10 versions. It is a small internal improvement intended to help the module behave consistently and remain maintainable.
Original PR description
Description of the issue/feature this PR addresses: add decorator Impacted version : master, V10 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
Incoming email handling now returns the newly created business record itself rather than only its internal ID. This makes mail-driven workflows easier for related apps such as Projects and Issues to build on reliably.
Original PR description
Task: https://www.odoo.com/web#id=30518&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
A new ledger button on partner records opens the relevant Partner Ledger directly for that customer or supplier. The report is automatically filtered and expanded for the selected partner, making account details faster and easier to review.
Original PR description
task : https://www.odoo.com/web#id=31447&view_type=form&model=project.task&menu_id=
Helpdesk has been updated to align with a platform change where newly created messages now return the related record. This keeps customer support workflows compatible with the latest messaging behavior without changing day-to-day usage.
Original PR description
Task: https://www.odoo.com/web#id=31320&view_type=form&model=project.task&menu_id=5200
This update aligns several HR, manufacturing, and project forecasting areas with recent internal naming and scheduling changes. It helps keep related business workflows compatible and maintainable without introducing visible new features for users.
Original PR description
See https://github.com/odoo/odoo/pull/15164 .