Wednesday, May 13, 2020
5 changes · master
Enhancements to existing features
Odoo now recognizes when an SMS cannot be sent because the user's IAP account has not been validated. This helps users understand the issue and take the required account validation step instead of seeing a generic SMS failure.
Original PR description
Since January 2020, users are required to validate their IAP account via SMS code validation. This new behaviour needed to be properly ported to the client to correctly inform the user. This commit adds support of a new failure_type: 'Unregistered Account'. Task #2209567 Community PR: #48512 IAP-APPS PR: https://github.com/odoo/iap-apps/pull/178 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
User and employee avatars now appear consistently in additional kanban views across Odoo. This makes records easier to scan visually and lets users start a chat directly from the avatar where supported.
This update improves Odoo’s documentation by explaining how to use the new database population capability from the command line and how to implement it for testing. It also fixes several documentation formatting issues, making the guidance clearer and easier to maintain.
Original PR description
* Minor sphinx fixes * Information on new CLI populate feature * Testing / Performance testing -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Kanban cards across several business apps now use the newer user and employee avatar display. This makes assignees easier to recognize at a glance and lets users start a chat directly from the avatar where supported.
Original PR description
PURPOSE The following task introduced two new widgets: many2one_avatar_user (for user_id fields) many2one_avatar_employee (for employee_id fields) which displays the avatar (i.e. picture) of a…
Managers can now open the planning schedule directly from selected employee records or an employee profile. The planning view shows the chosen employees grouped together, including those without assigned shifts, making it easier to check availability based on skills or roles.
Original PR description
Purpose: - Purpose of this commit is to identify the availabilities of a set of employees based on their skills or default roles. Specification: - Create 'View Planning' action which should be redirect to the planning of the selected employee with group by employee - Create 'Planning' stat button which should be redirect to the planning of that employee Task-2250008
Original PR description
PURPOSE The following task introduced two new widgets: many2one_avatar_user (for user_id fields) many2one_avatar_employee (for employee_id fields) which displays the avatar (i.e. picture) of a…
PURPOSE The following task introduced two new widgets: many2one_avatar_user (for user_id fields) many2one_avatar_employee (for employee_id fields) which displays the avatar (i.e. picture) of a user/employee in front of his name. Clicking on the avatar will open a chatbox to message that specific user/employee. https://www.odoo.com/web#id=2195254&action=327&model=project.task&view_type=form&cids=1&menu_id=4720 When defined on a kanban view, only the avatar will be displayed (with the name as tooltip). The above task already took care of updating the 'user/employee avatars' to the new widget in the following kanbans: crm.crm_case_kanban_view_leads mail.view_document_file_kanban mrp.view_document_file_kanban_mrp project.view_task_kanban stock_picking_batch.stock_picking_batch_kanban The purpose of the current task is therefore to update the 'user/employee avatar' to the new widget in all the other kanbans across all modules. SPECIFICATION For each kanban view with a user or employee avatar, replace it by the field with the new 'many2one_avatar' widget. https://drive.google.com/file/d/1vUS8y4mB85pDU5qZrfK2aWomUh5hgGLo/view?usp=sharing LINKS PR: #50789 TaskID: 2244928 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
PURPOSE The following task introduced two new widgets: many2one_avatar_user (for user_id fields) many2one_avatar_employee (for employee_id fields) which displays the avatar (i.e. picture) of a user/employee in front of his name. Clicking on the avatar will open a chatbox to message that specific user/employee. https://www.odoo.com/web#id=2195254&action=327&model=project.task&view_type=form&cids=1&menu_id=4720 When defined on a kanban view, only the avatar will be displayed (with the name as tooltip). The above task already took care of updating the 'user/employee avatars' to the new widget in the following kanbans: crm.crm_case_kanban_view_leads mail.view_document_file_kanban mrp.view_document_file_kanban_mrp project.view_task_kanban stock_picking_batch.stock_picking_batch_kanban The purpose of the current task is therefore to update the 'user/employee avatar' to the new widget in all the other kanbans across all modules. SPECIFICATION For each kanban view with a user or employee avatar, replace it by the field with the new 'many2one_avatar' widget. https://drive.google.com/file/d/1vUS8y4mB85pDU5qZrfK2aWomUh5hgGLo/view?usp=sharing LINKS PR: #10420 TaskID: 2244928 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr