Daily updates from Odoo
Wednesday, June 6, 2018
5 changes · master
New functionality added to Odoo
Adds richer demo records across CRM, Events, HR, Expenses, Attendance, Recruitment, and Projects. This helps users and evaluators better understand common workflows such as sales follow-ups, event attendance, employee attendance, expense approvals, hiring pipelines, and project activities.
Original PR description
Description of the issue/feature this PR addresses: task link - https://www.odoo.com/web#id=43001&view_type=form&model=project.task&action=327&menu_id=4720 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
This update adds sample data for coupons, promotions, helpdesk tickets, signing templates, and signature requests so teams can better demonstrate and test these apps. It also adjusts lead scoring demo data to avoid leaving leads unassigned, helping dashboards show expected information after installation.
Original PR description
task link https://www.odoo.com/web#id=43001&view_type=form&model=project.task&action=327&menu_id=4720
Enhancements to existing features
Developers can now choose whether PDF files or images appear first when users preview mixed attachments in the chatter side panel. This helps businesses tailor the document review experience to their workflow without changing the visible interface for end users.
Original PR description
task:https://www.odoo.com/web?#id=37703&view_type=form&model=project.task&action=327&menu_id=4720 pad: https://pad.odoo.com/p/r.8c6b85bec5c462ec32cd56ca724bae88
Resolved issues and error corrections
This fixes a broken link related to date fields, so users can navigate as expected when interacting with those fields. The change helps avoid dead ends in the interface and improves day-to-day usability.
Original PR description
Description of the issue/feature this PR addresses: someone has to fix the link Current behavior before PR: link doesn't work Desired behavior after PR is merged: link works -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mobile navigation menu now appears correctly on phones and tablets in both portrait and landscape views. This makes it easier for users to access navigation on smaller screens without workarounds.
Original PR description
Burger menu on mobile not visible with visible-sm-block in portrait mode. Adding visible-xs-block for both mobile and tablet (portrait and landscape) Related task: #1855803