Skip to content

Syncing from upstream odoo/odoo (tmp.saas-18.2) #34142

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 4 commits into from
Jul 6, 2025

Conversation

bt-admin
Copy link
Collaborator

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

bt_gitbot

hsal-odoo and others added 4 commits July 5, 2025 05:50
This commit prevents the delivery date from being set to invoice date by default in French localization.
We need the delivery date to be only set by the users.

task-4900043

closes #217566

X-original-commit: 18f7191
Signed-off-by: Maximilien La Barre (malb) <[email protected]>
Signed-off-by: Hesham Saleh (hsal) <[email protected]>
Before this commit:
- go to Accounting > Configuration > Chart of Accounts
- in the search bar, you cannot group accounts by account root.

After this commit:
- You can group accounts by account root ('Root').

We do this by implementing `_field_to_sql` for `account.account.root_id`
which makes the field groupable.

task-none

closes #217547

X-original-commit: 4bdc5af
Signed-off-by: William André (wan) <[email protected]>
The test "Can edit message comment in chatter" fails often
non-determinically on runbot.

This happens because this test heavily uses the edit message feature,
which has client-side code receiving store data from both RPC returns
and bus notifications. When CPU load is high which happens frequently
on runbot, test shows race-condition where bus notifications are
received much later than RPC return part and thus discuss state
becomes wrong by having outdated data.

This is an architectural issue that takes time to solve, so this test
is skipped in the meantime. Note that while the problem occurs quite
a lot on runbot in HOOT tests, in practice this happens quite rarely:
bus notifications should be heavily throttled.

Also HOOT test fails because of unfortunately case of receiving
exactly outdated message body data before starting message edition.
When message is being edited, any following store data with change of
message body is ignored because the text in composer is intended to
not change while editing the message.

Kinda fixes runbot 227618

closes #217564

X-original-commit: c24c4ac
Signed-off-by: Matthieu Stockbauer (tsm) <[email protected]>
Signed-off-by: Alexandre Kühn (aku) <[email protected]>
@bt-admin bt-admin merged commit aa41f9a into brain-tec:tmp.saas-18.2 Jul 6, 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.

5 participants