Tuesday, December 8, 2020
4 changes · master
Enhancements to existing features
This update refreshes the app icons for multiple modules across accounting, helpdesk, field service, expenses, website support, VoIP, timer, project forecasting, and payment areas. The change improves visual consistency and makes the apps easier to recognize in the Odoo interface, without changing business workflows or functionality.
Original PR description
In this commit icons of the following modules are updated: -account_auto_transfer -account_bank_statement_import_ofx -account_bank_statement_import_qif -helpdesk_account -helpdesk_fsm -helpdesk_repair -helpdesk_sale_coupon -helpdesk_stock -helpdesk_timesheet -hr_expense_extract -website_helpdesk_livechat -website_helpdesk_slides -website_helpdesk_forum -voip_onsip -timer -project_forecast -payment_sepa_direct_debit -industry_fsm_stock -industry_fsm_sale TaskID:2378861 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
New worksheet templates and planning roles now receive a random color when created instead of using a fixed color or no color. This makes records easier to distinguish visually and reduces confusion when similar colors were already in use.
Original PR description
Before this commit, a fixed color (Worksheet Templates ) or no color (Planning role) was assigned at record creation. It could be confusing if the color was already taken for other records. A random color is now picked to favor clarity at record creation. taskid: 2379133
The expense app onboarding flow has been refined to make first-time setup and initial use easier. These small guided-tour and sample receipt updates help new users understand the app faster and start submitting expenses with less friction.
Original PR description
Small changes to improve the onboarding experience and the first steps in the expenses app. TaskID: 2352746
Sales users can now access the rental Schedule menu, which was previously limited to sales managers. This makes rental planning information easier for regular sales staff to reach and aligns the menu access with its parent menu permissions.
Original PR description
Priori to this commit:
The Schedule menu was only accessible to group_sale_manager.
After this commit:
The Schedule menu will be available to group_sale_salesman
(which is the security rule for its parent menu)
task-2361076