Wednesday, November 28, 2018
5 changes · master
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
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 : 