Thursday, August 23, 2018
7 changes · master
Resolved issues and error corrections
This update fixes a visual glitch in the search bar on forum documentation pages. It helps users search documentation more comfortably by ensuring the search interface displays correctly.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://drive.google.com/file/d/1J-fodPcKnSqDQf8s1CTgsF3zwIAkG65O/view 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 fix ensures reference units must always use a conversion factor of 1, including when records are imported in bulk. It prevents incorrect quantity calculations that could affect stock movements and other product measurements.
Original PR description
Hi @bst-odoo @nim-odoo I don't find the fix for https://github.com/odoo/odoo/pull/22025 in master. Please find this following PR. **Description of the issue/feature this PR addresses:** There no…
Hi @bst-odoo @nim-odoo I don't find the fix for https://github.com/odoo/odoo/pull/22025 in master. Please find this following PR. **Description of the issue/feature this PR addresses:** There no constrains to force factor = 1 if it is a reference unit (there is only an onchange). It can be result some wrong compute with `_compute_quantity`. Especially for the field `product_qty` in `stock.move`, which is a compute field from `product_uom_qty`. If there are an factor on a Reference unit, the compute will be wrong. Because `_compute_quantity` doesn't check if it is a reference or no, and use anyway the stored factor. https://github.com/odoo/odoo/blob/11.0/addons/product/models/product_uom.py#L92. **Current behavior before PR:** - import by CSV an unit with : factor= 11, uom_type = 'reference' - no error **Desired behavior after PR is merged:** - import by CSV an unit with : factor= 11, uom_type = 'reference' --> Raise  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing bills of materials now handle components linked to multiple values of the same product attribute as alternatives instead of requiring all values at once. This ensures the right component is consumed for products such as grey or yellow variants, avoiding impossible variant matches and improving production accuracy.
Original PR description
<b> Task:</b> https://www.odoo.com/web?#id=1865604&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 <b> Pad:</b> https://pad.odoo.com/p/r.529f62cf4d3978ac5eae3fc6eba04781 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
Fixes an error that could occur when sharing a sales document with recipients. This helps users send shared documents reliably without being interrupted by a system traceback.
Original PR description
<b> Issue</b> https://www.odoo.com/web?#id=1875591&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 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 fix removes unnecessary labels from toggle buttons in the web interface. The change makes the control look cleaner and avoids confusing or awkward text next to a simple on/off button.
Original PR description
Description of the issue/feature this PR addresses: in toggle button label is not reqire its look weird. according to that we didn't display the label in toggle button Current behavior before PR: http://www.awesomescreenshot.com/image/3536763/084fb543fdb41621a8a12fab341b7f07 Desired behavior after PR is merged: http://www.awesomescreenshot.com/image/3536765/55662b04ce0425e3f0290de1a1dea546 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects outdated file paths that caused some automated tests and a website template image reference to fail with 404 errors. It helps keep quality checks reliable and prevents broken image loading in the affected website snippet.
Original PR description
-Some tests where moved without addapting the path to them: path is now update and tests fixed. -A picture was removed in commit 4dce6cc98b2b95a00249ac29245305e08f288e6c but still referenced in template website_twitter_snippet. -A test was missing a data leading to the wrong path to image beeing loaded
The marketing automation campaign screen has been corrected so it displays properly. This helps users review and manage campaigns without layout or visibility issues interrupting their workflow.
Original PR description
BS4 Issue: marketing automation view issue https://drive.google.com/open?id=1dQ_nQfULF-da-c9vf4UhhDdvVacqOzcZ