Daily updates from Odoo
Tuesday, January 8, 2019
5 changes · master
Enhancements to existing features
The stock transfer screen now hides actions and information that do not apply to immediate transfers. This reduces confusion for warehouse users by showing only relevant options when processing those transfers.
Original PR description
This PR ensure the buttons 'Check availability', 'Unreserve' and the column 'Initial Demand' are hidden if the picking is an immediate transfer. TaskID: 1868544 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM Reveal area now uses clearer wording, renaming Lead Generation Rules to Visits to Leads Rules and adding a Visits to Leads menu label. Help text was also updated so users better understand that these rules convert website visitors into B2B leads or opportunities.
Original PR description
change the label name in crm.reveal.rule 'Lead Generation Rules' to 'Visits to Leads Rules' & add menu name 'Visits to Leads'. This commit is related to task ID : 1919736 closes odoo/odoo#29701 Description of the issue/feature this PR addresses: 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 vendor bill upload action now uses clearer digitalization wording instead of OCR-focused labels. This makes the button text and confirmation message easier for users to understand and more consistent with related terminology.
Resolved issues and error corrections
The task overview table in the Project app now adapts properly on mobile and other small screens. This makes timesheet-related task details easier to view without content overflowing off the screen.
Original PR description
On small screens, when we click on the overview of a task inside the "project" app, the displayed table doesn't fit the screen. This commit only add missing parent "div.table-responsive" to add responsive support. opw-1907877
Documentation and clarification updates
This pull request records that a contributor has signed Odoo's Contributor License Agreement. It is an administrative legal update that helps ensure contributions can be accepted under the project's licensing rules, with no expected impact on product functionality.
Original PR description
Description of the issue/feature this PR addresses: 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