Thursday, August 23, 2018
18 changes · master
New functionality added to Odoo
Odoo now uses a central notification service to register mobile devices and deliver push notifications for iOS and Android. This simplifies setup for on-premise databases, especially for iOS, and makes mobile notifications more consistent across instances.
Original PR description
Task: https://www.odoo.com/web#id=48231&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.2ab6463f848dfbd329a7616c61757fdd
Manufacturing quality checks can now be linked directly to IoT devices such as cameras, measuring tools, and Zebra label printers. This lets operators capture measurements, take pictures, and print labels from connected shop-floor equipment, reducing manual steps and improving traceability.
Original PR description
Links between quality points and iot devices. Camera functionality and printing ZPL labels from quality checks.
Enhancements to existing features
This update improves everyday accounting screens by making labels clearer, dates match the user's language settings, and dashboard links behave more consistently. It also streamlines some customer actions and updates German accounting module names to use English wording for better clarity.
Original PR description
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
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=46188&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.0cd0553ba1131341a7b0d36117d1c693 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 default administrator is now a regular active user account, while the internal system account is inactive and cannot be used to log in. This makes ownership and permissions clearer across business apps and reduces confusion between human administration and automated system actions.
Original PR description
Task 1856689 UID 1 - Name: System / OdooBot (translations!?) - Login: `__system__` - Password: (no password) - Active: False - Groups: same as v11 UID 1 UID 2 - Name: Administrator - Login: `admin` - Password: admin - Active: True - Groups: same as v11 UID 1
Manufacturing users are now blocked from changing a bill of materials when it is already used by an unfinished manufacturing order. This helps prevent production inconsistencies and keeps ongoing work aligned with the recipe that was planned.
Original PR description
Task : https://www.odoo.com/web?#id=1855566&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.e590f2ae64f17789a9ac0c3eb99ccf06
When users add packaging from a product page, the product is now selected automatically and the redundant product field is hidden. This reduces duplicate data entry and makes packaging setup faster and less confusing.
Original PR description
…iew of packaging when accessing through product form. - Create a new packaging from a product, the field product should be hidden, the product should be the product I've just opened. Task ID - 1862041 Description of the issue/feature this PR addresses: Task ID - https://www.odoo.com/web?#id=1862041&action=327&model=project.task&view_type=form&menu_id=4720 Pad - https://pad.odoo.com/p/r.133c82f04e413f9ef7dfbed98fec4828 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 valuation entries now show clearer descriptions when a product's standard cost is changed. The entry includes who made the change and the old and new prices, making cost adjustments easier to understand and audit.
Original PR description
…k Id: 1860578. task:https://www.odoo.com/web#id=1860578&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.e17d2f17032da9022f13086610ab4073 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 product supplier information list now includes the product unit of measure and currency. This makes supplier pricing easier to compare and reduces ambiguity when reviewing purchase conditions.
Original PR description
…ree view. Task link : https://www.odoo.com/web#id=1868182&action=327&model=project.task&view_type=form&menu_id=4720 Pad link : https://pad.odoo.com/p/r.fb79ba06d4a853f9c1128a0ae15876cf 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 update improves the onboarding experience by making payment setup clearer and ensuring related sales settings are activated when needed. It also makes sample document emails work as intended, improves wording and layout, and better guides users through payment and signing options.
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
This update aligns several Odoo Enterprise apps with a change that makes the administrator account a technical user. It adjusts access rules, demo data, and tests so features like Accounting, Helpdesk, Studio, Website, and other apps continue to work correctly without unnecessary permission errors.
Original PR description
Adapt the code to the changes made in odoo/odoo#25939.
Accounting dashboards now include all vendor bills in graph data, making results easier to understand and less misleading. The update also improves TaxCloud settings help and standardizes the German reports label from “Deutschland” to “Germany”.
Original PR description
Task: https://www.odoo.com/web?#id=46188&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.0cd0553ba1131341a7b0d36117d1c693
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