Skip to content

Syncing from upstream odoo/odoo (tmp.17.0) #34215

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 3 commits into from
Jul 10, 2025
Merged

Conversation

bt-admin
Copy link
Collaborator

bt_gitbot

lvsz and others added 3 commits July 9, 2025 13:04
Versions
--------
- 16.0
- 17.0

Fixed in FW starting from 18.0

Steps
-----
1. Have a price included & a price excluded tax;
2. have a fiscal position that maps one unto the other;
3. open a cart on /shop by adding a product with the relevant taxes;
4. check the untaxed amount;
5. in Portal view, change your address to trigger a new fiscal position;
6. check the untaxed amount.

Issue
-----
The taxes have changed, but so has the untaxed amount.

Cause
-----
Commit 39b2bb3 recomputes fiscal position & taxes on address
change, but doesn't recompute the prices.

Solution
--------
After recomputing the taxes, recompute the prices.

opw-4844132

closes #218150

X-original-commit: ede8846
Signed-off-by: Levi Siuzdak <[email protected]>
Before this commit, the toggle-star and mark-as-read actions were visible
on chatbot messages in a non-persisted livechat thread.
Clicking these actions caused errors.

This commit hides these actions when the message is in non-persisted state,
preventing such errors.

task-4743758

closes #214382

Signed-off-by: Alexandre Kühn (aku) <[email protected]>
Before this commit: header color of `Dialog` on mobile was "community
color" or white, depending on the version of Odoo the database is
running. This was creating issues in in the front-end, where the user of
the website would see back-end specific colors in different `Dialog`s.

This commit removes the color customization of `Dialog`'header as it
was fitting a design line we had before we introduced MILK.

task-4001365

closes #170087

Signed-off-by: Pierre Paridans (app) <[email protected]>
@bt-admin bt-admin merged commit afe7a88 into brain-tec:tmp.17.0 Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants