Syncing from upstream odoo/odoo (saas-18.4)#34151
Merged
bt-admin merged 8 commits intobrain-tec:saas-18.4from Jul 7, 2025
Merged
Syncing from upstream odoo/odoo (saas-18.4)#34151bt-admin merged 8 commits intobrain-tec:saas-18.4from
bt-admin merged 8 commits intobrain-tec:saas-18.4from
Conversation
Before this commit, there could be a traceback when downloading call logs that contains `serverInfo`, that was because it is a proxy and cannot be cloned (to be passed to the service worker). This commit fixes it by using the raw value instead of the proxy when logging. closes #216402 X-original-commit: ee3b565 Signed-off-by: Matthieu Stockbauer (tsm) <[email protected]> Signed-off-by: Thanh Son Dodeur (tso) <[email protected]>
Issue: The "Email Signature" field title is missing in the User Preferences tab when calendar is installed. Steps to reproduce: 1. Ensure the Calendar app is installed. 2. Go to Settings > Users. 3. Open any user form and navigate to the Preferences tab. This patch mirror this commit: af701b3 by targetting the wrapping group instead of the field opw-4796115 closes #217571 X-original-commit: 2a4ee98 Signed-off-by: Alexandre Kühn (aku) <[email protected]>
Whenever there is a need to update the state of a builder option asynchronously, we need all the options to await for the state of all other options to be updated. This commit makes allow any options that need to update the state of the builder options asynchronously to do so by using the `useDomState` hook. Related to task-4367641 closes #211610 Related: odoo/enterprise#86450 Signed-off-by: Francois Georis (fge) <[email protected]>
Before this commit, seeing whether a livechat has ended, e.g. due to visitor leaving, required opening the conversation and seeing the "livechat has ended" where composer is shown. This commit improves visibility of livechat that have ended by showing a checkered flag icon on avatar of livechat conversation that have ended. This icon is also shown on chat bubbles. closes #217615 Signed-off-by: Alexandre Kühn (aku) <[email protected]>
Adding following features to info panel: - Display open leads in info panel - Display open tickets in info panel - Display chatbot answers in info panel - Display outcome in info panel follow up of task-4771890 closes #217584 Related: odoo/enterprise#89573 Signed-off-by: Alexandre Kühn (aku) <[email protected]>
…table in po
Steps to Reproduce:
1. Navigate to Purchase → Create a new Purchase Order.
2. Add a Vendor → Add a Product with description or enter one using the ☰ widget.
3. Save and Confirm the order, Try to edit the description.
Issue:
- The product description becomes non-editable after confirming the PO.
- Previously, the description was separated in view.
Cause:
- Since product_id is readonly, the name (description) field also does not allow
to edit.
- e.g. In SO, the description is editable if the product_id is hidden and only
name (description) field is visible.
Since product_id is readonly in states ('purchase','to approve','done','cancel')
the description field also becomes read-only, as they are combined.
By hiding the product_id, we can edit the description, as it is not.
Solution:
- Added optional="show" to product_id in the XML view to allow toggling
discription editability. When product_id is hidden, name field becomes editable.
Steps to Verify:
1. Open same confirmed PO and hide the product_id column.
2. Make sure name (description) field is visible and now it is editable.
opw-4892063
closes #217339
X-original-commit: b48e1e2
Signed-off-by: William Henrotin (whe) <[email protected]>
Signed-off-by: Khushi Srivastava (khsr) <[email protected]>
Keep the original session id that initialised the http request. task-4922056
This commit reintroduces the methods removed in #215866 in order to follow stable policy. closes #217493 Signed-off-by: Alexandre Kühn (aku) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bt_gitbot