Friday, August 16, 2019
4 changes · master
Enhancements to existing features
This update adds clearer labels to key page elements in the Forum and eLearning areas, making future customizations easier and more reliable. It is a low-risk technical improvement that helps developers adapt these pages without changing the user experience.
Original PR description
Description of the issue/feature this PR addresses: Element names and better English Current behavior before PR: Most elements have no name to xpath on. Desired behavior after PR is merged: The most important elements have a name to `xpath` on. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This fix prevents portal message posting from crashing when a user submits a chatter message without adding an attachment. It improves reliability for portal users by allowing normal message submission in this common case.
Original PR description
Follow up of 3620cb68a0190031d3e1a963d8554834ab7f192b `split` called on an empty string returns a list containing the empty string. The previous commit assumed it was returning an empty list. 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 fixes a user interface issue on product forms related to accounting and product information. It helps users view and manage product details more reliably without changing core business workflows.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a small accounting wizard issue caused by a renamed company reference. The tax adjustment process now uses the correct company information, helping avoid errors when users run the wizard.
Original PR description
The field `company_id` is not on environment since https://github.com/odoo/odoo/commit/a5b6f31cf28e5381e1c85f66730bcdb55998e643 We should use `company` instead -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr