Tuesday, March 20, 2018
13 changes
Resolved issues and error corrections
This fixes a problem where previewing internal company reports could fail when the report had no specific name. After the change, these reports open correctly and show the user’s company in the header, avoiding disruption when reviewing company information.
Original PR description
**Description of the issue this PR addresses:** Go to `Settings` -> `Companies`, click on a company. Then go to `Print` -> `Preview Internal Report` and a traceback appears. This PR fixes the unnamed reports in `master` branch. They are broken by commit https://github.com/odoo/odoo/commit/38fde3bc01e13b53abe9fe8020000c557bd2dd77. **Current behavior before PR:** Unnamed reports are broken. **Desired behavior after PR is merged:** Unnamed reports are fixed, printing always in the header the company of the user. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue that could stop product installation when setup data was being loaded. The change helps ensure the system reads stored property information correctly, reducing installation failures for affected databases.
Original PR description
- It happens when installing product, when it's loading product_data.xml for instance, it tries to read the ir.property record and fails because there is no 'type' in self._defaults. It should be okay as it is cause it's declared, but it failed to me, though.
This fix allows user-facing error messages to include both a clear title and detailed message. It helps make application errors easier to understand and present consistently to users.
Original PR description
Issue: https://www.odoo.com/web#id=806216&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 UserError accepts the only msg, but it should support the title of error also. Current : UserError(Msg) Expected: UserError(Title, Msg) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where the email tag selection widget in Mail did not work correctly when more than one value was selected. The change helps users reliably manage multiple email-related tags and includes improved test coverage to reduce the chance of the issue returning.
Original PR description
Description of the issue/feature this PR addresses: <b> Issue: <b> https://www.odoo.com/web?#id=805128&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where custom labels set on parent groups in forms were not shown as expected. Business users will see clearer form sections that match the intended wording, improving readability and reducing confusion.
Original PR description
Description of the issue/feature this PR addresses: String attribute is not working in Parent Group. Current behavior before PR: String attribute is not working in Parent Group. Desired behavior after PR is merged: String attribute is working in Parent Group. Issue: https://www.odoo.com/web?#id=786309&view_type=form&model=project.issue&action=609&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds a safety check in the website editor to handle missing content elements more reliably. It helps prevent editor errors in edge cases, improving stability for users editing web pages or content.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=781265&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 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 fixes an error that could cause Odoo to show a traceback instead of handling a request cleanly. It helps improve stability for users working with core Odoo pages and mail channel views.
Original PR description
Issue :- https://www.odoo.com/web#id=772242&view_type=form&model=project.issue&action=963&active_id=681&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
Printing the stock traceability report has been fixed so users no longer encounter an error. This helps warehouse and operations teams access traceability information reliably when reviewing product movements.
Original PR description
Description of the issue/feature this PR addresses:
Issue: https://www.odoo.com/web?#id=772233&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720
Current behavior before PR:
- In current master when we have print the traceability report that time traceback generate.
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis change corrects how boolean fields are checked during upgrade-related form rendering. It helps prevent incorrect default behavior in enterprise upgrade flows, reducing the chance of confusing or wrong field states for users.
Original PR description
Issue: https://www.odoo.com/web#id=772203&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720
This update fixes button behavior in the mass mailing area so users can open links from campaign cards and no longer see an inappropriate create option in click statistics. It helps keep mailing reports and campaign navigation clearer and less error-prone.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=753031&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 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 corrects a small issue affecting product archiving in the Inventory app. It helps ensure products can be archived as expected, reducing friction in product lifecycle management.
Original PR description
issue : https://www.odoo.com/web#id=771357&view_type=form&model=project.issue&action=963&active_id=681&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 change restores searching in many-to-one fields while editing website content. It ensures editors can find and select related records as expected, reducing friction when configuring page snippets or editor options.
Original PR description
Issue - https://www.odoo.com/web?#id=767802&view_type=form&model=project.issue&action=963&active_id=681&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 prevents an error that occurred when installing the EU service localization module. It helps ensure users can install the module successfully without interruption.
Original PR description
Description of the issue/feature this PR addresses: ISSUE ID - https://www.odoo.com/web#id=752116&view_type=form&model=project.issue&action=609&menu_id=4720 Current behavior before PR:https://drive.google.com/file/d/0B7X0nDa4oGanWWRMV0J2TWFYRFE/view?usp=sharing Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr