Daily updates from Odoo
Monday, November 25, 2024
8 changes
3 changes
Enhancements to existing features
This update aligns Indian GST reporting components with changes from the e-way bill refactor. It keeps return-period and report logic compatible with shared invoice processing improvements, reducing future maintenance risk without changing day-to-day workflows.
Original PR description
Related PR - https://github.com/odoo/odoo/pull/170679 - https://github.com/odoo/upgrade/pull/6624
The Twitter/X comment tooltip now tells users they can see older replies on x.com. The comment links directly to the original post, making it easier to navigate and review the full conversation.
Original PR description
**Specifications:** Change the comment tooltip to 'See older replies on x.com,' where the comment is a hyperlink to the post. **After this PR:** The comment tooltip will be updated, allowing the user to easily navigate to the post and check older replies. Task-4146085
US payroll labels for the GROSS salary rule and category have been renamed from "Taxable Salary" to "Gross Pay." This makes payslip and payroll terminology clearer and better aligned with common business language.
Original PR description
The previously named 'Taxable Salary' for the salary rule 'GROSS' and the category 'GROSS' should be renamed in the US to 'Gross Pay'. Task: 4329661
4 changes
Enhancements to existing features
This update marks more website and mail-related requests as read-only when they only need to view data. This helps the system handle those requests more efficiently and safely without changing what users see or do.
Original PR description
Another pass of marking some routes/methods as read-only, as a follow-up to #186319 and #186786
The web tour system now checks whether a target element remains stable before interacting with it. This helps detect fragile automated tours earlier, reducing inconsistent test results and improving confidence in quality checks.
Original PR description
In this commit, we add a new feature in tour engine that allows to check if there are potential indeterminisms related to the triggers. To do this, we will "simply" check if the targeted element (trigger) is not altered within a delay. If this is the case, it is then possible that we do not wait long enough before targeting the element in the tour, or that the trigger is not precise enough. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Point of Sale image build setup now ignores the right generated files, preventing build artifacts from showing up as unrelated changes. This keeps development and maintenance cleaner without changing how users experience the product.
Original PR description
The `.gitignore` in `tools/posbox` was out of date, resulting in many untracked files appearing while building an image. This commit brings it up to date. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update marks selected Documents actions as read-only where they do not need to change data. It helps reduce unnecessary write access during routine document viewing or retrieval, improving reliability without changing the user experience.
Original PR description
Another pass of marking some routes/methods as read-only, as a follow-up to https://github.com/odoo/odoo/pull/186319 and https://github.com/odoo/odoo/pull/186786
1 change
Enhancements to existing features
This update corrects a terminology inconsistency in the US payroll module. The term 'Taxable Salary' has been replaced with 'Gross Pay' for salary rules and categories, aligning with US tax regulations and reporting standards. This ensures accurate payroll calculations and reporting for US-based employees.
Original PR description
The previously named 'Taxable Salary' for the salary rule 'GROSS' and the category 'GROSS' should be renamed in the US to 'Gross Pay'. Task: 4329661