Tuesday, August 21, 2018
4 changes
Resolved issues and error corrections
This fix changes accounting reconciliation so it uses the company on the transaction line to determine currency, rather than looking through the related account's company. This removes an unnecessary detour that could block downstream customizations where access to the line's company is available but access to the account's company is not.
Original PR description
- [x] Test failure unrelated This indirection is the only place in the whole codebase, which indirects in this way. This block downstream code which relies on: - access to the line's company - while…
- [x] Test failure unrelated This indirection is the only place in the whole codebase, which indirects in this way. This block downstream code which relies on: - access to the line's company - while not necesarily having access to the account's company (being line's company different than account's company) Disclaimer: This use case is not officially supported. However, this indirection does not make sense under the currently supported model, neither. **Description of the issue/feature this PR addresses:** - Downstream module dependency - Unnecessary indirection **Current behavior before PR:** - The currency is taken from the line's account's company **Desired behavior after PR is merged:** - The currency is taken from the line's company, directly **Note:** Please do not close, even if not immediately accepted (`wishlist` tag). This PR is meant to be carried along and actively maintained, until this semantic will be completed this way or another. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
This fixes an issue in the website editor where custom text or background colors chosen from the color picker were not applied correctly to the editor buttons. It also improves color suggestions by recognizing colors already used on the page, making editing more consistent for users.
Original PR description
Description of the issue/feature this PR addresses: related to task: https://www.odoo.com/web?#id=37974&action=333&active_id=131&model=project.task&view_type=form&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
Users can now return using the breadcrumb after opening translations from a template editor. This prevents a navigation dead end and makes multilingual template editing smoother.
Original PR description
Issue-Link: https://www.odoo.com/web#id=1869397&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad-Link: https://pad.odoo.com/p/r.2cb72c3b77d36a10b27fffc195e08e03 Before this commit: User was not be able to go back through breadcrumb after below steps: - enable another language to have access to translations. - go in Settings - Technical - Template. - select a template then Edit. - click on the earth icon (translation) next to the body - click on the previous link in the breadcrumb After this commit: on_reverse_breadcrumb if condition has been improved. Issue-ID: 1869397 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Partner Ledger report menu now displays its dropdown option correctly. This prevents a small layout issue when users open the report, making navigation clearer and more consistent.
Original PR description
Task ID: 1866900 Pad : https://pad.odoo.com/p/r.9009e7ab618ac76d4442905d98645fdc