-
Notifications
You must be signed in to change notification settings - Fork 10
Syncing from upstream odoo/odoo (staging.saas-18.3) #34138
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
Conversation
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
The POS supports to get your invoice using a QR code present on a POS ticket after the fact. Support for it is not easily done for public users and will be supported later; but for logged in users we can display the fields on their portal to allow them to fetch the invoice correctly by themselves. X-original-commit: 34ff862 Part-of: #217604 Signed-off-by: Nicolas Viseur (vin) <[email protected]>
Adds support for sending consolidated invoices to MyInvois from the PoS. task-4558045 closes #217604 X-original-commit: 4749083 Signed-off-by: Nicolas Viseur (vin) <[email protected]>
Steps to reproduce: Traceback occurs when printing the eWaybill. When the eWaybill expiry date is not present in the JSON response, any usage of date.strftime(...) caused a traceback. This fix ensures the date is checked before formatting to prevent such errors. Possible issue after the post migration of the database to saas-18.1 opw-4919575 X-original-commit: 074a7b7 Part-of: #217586 Signed-off-by: Harsh Modi (hamo) <[email protected]>
- The E-Waybill report currently displays the E-Waybill generation date in The 'Document Details' section of the report. Steps to reproduce: 1) Enable the Indian E-Waybill configuration from Settings. 2) Create an invoice with a past/future date. 3) Print the E-Waybill. 4) The 'Document Details' section incorrectly shows the E-Waybill date. - This fix ensures that the document date is displayed instead of the E-Waybill date. closes #217586 X-original-commit: d31702b Signed-off-by: Harsh Modi (hamo) <[email protected]>
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 #217585 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 #217560 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 #217570 X-original-commit: c24c4ac Signed-off-by: Matthieu Stockbauer (tsm) <[email protected]> Signed-off-by: Alexandre Kühn (aku) <[email protected]>
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 #216357 X-original-commit: ee3b565 Signed-off-by: Matthieu Stockbauer (tsm) <[email protected]> Signed-off-by: Thanh Son Dodeur (tso) <[email protected]>
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