Wednesday, November 28, 2018
5 changes
Enhancements to existing features
The manufacturing unbuild form now uses clearer labels and tooltips so users better understand fields such as lot/serial number and source location. When an unbuild is based on an existing manufacturing order, product and bill of materials fields are made read-only because they are no longer needed for that workflow.
Original PR description
Add some tooltips and rename labels for lot and source_location fields. More details in specific commits Task link : https://www.odoo.com/web?#id=39843&action=327&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.c50cfff56ca538324f15214213c860d9
The documentation now warns that browser zoom must be set to 100% when running JavaScript tests. This helps teams avoid wasting time on false test failures caused by browser display settings rather than product issues.
Original PR description
This commit adds a warning for a common cause of mistakes, while running the JS test suite. 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
This change updates how Odoo decides whether to show reinvoice policy options on product forms. It keeps the same business behavior while making the setup easier to maintain and extend across Sales, Timesheets, and Expenses.
Original PR description
Impacted modules: sale, sale_timesheet, sale_expense The purpose of this commit is to remove harcoded list of xml ids that are not defined in the module 'sale'. This commit brings a new implementation of the feature (hiding re-invoice policy on product form view, depending of multiple user groups). The approach is more modular and easy to extend than the previous one. Therefore, this commit is completely technical and does not change any functionnal behavior. Task-1896095 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
Manufacturing bill of materials lines now use one consistent attachment icon and show the number of linked documents next to it. This makes it easier for users to quickly see whether supporting documents are available without interpreting different icons.
Original PR description
…d after show total number of attachments in bom line. task:https://www.odoo.com/web#id=1878242&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.ba59776e2a8f01e0c7b15ff0b4347a76 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 pages now include a direct way to access related quality points. This makes quality information easier to find from the product view and helps teams manage quality checks more efficiently.
Original PR description
Impacted version : master Current behavior : No acces to quality point from product view. Futur behavior :  @jco-odoo