Skip to content

Syncing from upstream odoo/odoo (tmp.saas-18.4) #34158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 7, 2025

Conversation

bt-admin
Copy link
Collaborator

@bt-admin bt-admin commented Jul 7, 2025

bt_gitbot

ThanhDodeurOdoo and others added 8 commits July 6, 2025 02:02
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]>
@bt-admin bt-admin merged commit 052bdcb into brain-tec:tmp.saas-18.4 Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants