Wednesday, November 28, 2018
8 changes · master
New functionality added to Odoo
Sales teams can now create a helpdesk ticket directly from a CRM lead. This makes it easier to route incoming requests from the lead pipeline to customer support without re-entering information.
Original PR description
Purpose : leads are used as a general incoming pipeline for messages. There should be an easy way to convert a lead into other business objects like helpdesk tickets. This commit adds a new module crm_helpdesk that brings a button in a lead form view allowing quick creation of a helpdesk ticket from the lead (similar to crm_project in community for converting leads to tasks). Closes #3003 Task-1867574
Enhancements to existing features
Point of Sale settings can now limit which product categories are loaded for each register or location. This helps businesses with multiple points of sale show only the relevant products, making checkout faster and easier for staff.
Original PR description
Before this commit, it was not possible to effectively limit the available products when a company had several POS with different product offers. This commit allows limiting the available product categories for a single POS. Now, a company can serve different POS with different product offerings. Anecdotal Note: This was especially annoying as the POS only shows 100 products. If those happened to be the products not served by a signle POS, the only work around was using the search bar (on a tablet?!?) task: https://www.odoo.com/web#id=1902342&action=333&active_id=1428&model=project.task&view_type=form&menu_id= 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
Resolved issues and error corrections
Purchase users can now confirm a request for quotation linked to an exclusive purchase agreement even when manager approval is required. The agreement is closed only after the order is approved, preventing an incorrect blocking error and keeping the approval workflow intact.
Original PR description
…pprove Task ID : https://www.odoo.com/web?#id=1884410&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.e5e7435456e1ca31053ac3a88134c41b 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
Inventory move line records now carry the company they belong to, matching their related stock move when available. This enables Odoo to show users only the inventory movement details for their own company or child companies, improving data separation in multi-company setups.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=1905232&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 - Pad : https://pad.odoo.com/p/r.922b13644de51131751daa2e7416b14f Current behavior before PR: - Add a field company_id on the stock move lines to only show the product moves of the company of the user. Desired behavior after PR is merged: 1. Add a field company_id on the stock.move.lines, related (from stock.move) + stored + read-only 2. Create a record rule to only show the SML from the current company of the user (or from children companies) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Returns now default to updating related sales or purchase order quantities, making stock returns better aligned with order records. The option is renamed to a clearer business label and hidden from non-debug screens to reduce confusion for everyday users.
Original PR description
Pad:https://pad.odoo.com/p/r.a088b8121e5da9afb5f5cddfa631009f Task:https://www.odoo.com/web#id=1880715&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 -Ticked by default(Update quantities on SO/PO) -Hidden in debug mode -Rename label "To Refund (update SO/PO) into Update quantities on SO/PO" This commit is related to task ID 1880715 and closes PR # . 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
Products can now show volume in either cubic meters or cubic feet based on a general setting. This makes product information clearer for companies using different measurement systems and also improves how weight is displayed on product forms.
Original PR description
Task link : https://www.odoo.com/web?#id=1869002&action=327&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.f8a06c15faed51b168eb6ac8c5a01be1 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
Product users can now access related quality control points directly from the product view. This makes it easier to review or manage quality requirements without navigating through separate quality menus.
Original PR description
Impacted version : master, 10 Current behavior : No acces to quality point from product view. Futur behavior : 
This fixes an issue where editing translated XML or HTML text could accidentally remove translations in other languages. Businesses using multilingual content will have more reliable translations after synchronization, reducing rework and inconsistent customer-facing text.
Original PR description
Modifying a source term in an XML/HTML translated field can lose translations if the same term is translated in several languages.