Daily updates from Odoo
Wednesday, May 17, 2017
6 changes · master
Enhancements to existing features
Accounting records now link to a dedicated bank account record instead of storing the bank account number directly. This makes bank details easier to manage consistently and defaults the account holder to the current user's company, reducing manual setup.
Original PR description
Task: https://www.odoo.com/web#id=32247&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.befe5d43c8f8f3e01009231f0d6e7a29 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Payment setup screens and transaction views were made easier to understand, with clearer labels, descriptions, and actions for activating or configuring payment methods. Checkout and sales confirmation messaging was also refined so customers and staff see more accurate information.
Original PR description
Task: https://www.odoo.com/web#id=28241&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Overseed: https://github.com/odoo/odoo/pull/15327
Discuss action buttons now remain visible on touch screen devices instead of only appearing on hover. This makes message actions accessible for users working on tablets or other touch-based screens.
Original PR description
Description of the issue/feature this PR addresses: - The discuss action button appears when hovering it. But on a touch screen, it cannot be done with the fingers. Current behavior before PR: - currently the discuss action button appears when hovering but it can nor be done with fingers on touch screen. Desired behavior after PR is merged: - Now the discuss button always appears on screen. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=31208&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.241ee7ef5c60e744bd774d1b58112cfa
The Expenses reporting views now group and label records by the date the expense occurred rather than when the report was created. This makes pivot and graph reports more accurate for tracking spending by period and improves clarity for business users.
Original PR description
Description of the issue/feature this PR addresses: <b>Task:</b>https://www.odoo.com/web#id=33135&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <b>Pad:</b>https://pad.odoo.com/p/r.c609d445820052b66d1544472bf29baf 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
The Log action in Mail now opens the full composer, giving users the same richer writing experience when logging notes. This makes it easier to format and prepare internal messages from the log button without changing the underlying workflow.
Original PR description
Task : https://www.odoo.com/web#id=33471&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.278e95582cd6483964168e2b6783bf2e
Users can now click an application name in the menu bar to go directly to that app’s first menu, which is usually its main dashboard or most important page. This makes navigation faster and more intuitive for everyday use.
Original PR description
* Task: https://www.odoo.com/web#id=31555&view_type=form&model=project.task&action=327&menu_id=4720 * Pad: https://pad.odoo.com/p/r.356ab020f0434a903472e91bd863d7e7 …te to first menu of the application (usually dashboads in the main apps)