Monday, June 3, 2024
8 changes · 17.0
Enhancements to existing features
This update removes unused inputs from Indian e-invoicing and GST reporting code. It is an internal cleanup that reduces maintenance complexity without changing day-to-day business workflows.
Resolved issues and error corrections
Planning users can now copy a previous week again after deleting an earlier copied schedule. This prevents an error that blocked re-copying and helps teams quickly rebuild schedules when they remove a copied version by mistake.
Original PR description
To reproduce: ============= - on Planning > copy previous week - delete the copy - press the copy button again -> error Problem: ======== - the slot record has field `was_copied` that prevents duplicating the slot more than once, but when deleting the copy, the field is not reset Solution: ========= - reset the field `was_copied` when the copy is deleted opw-3874283
Documentation and clarification updates
A contributor has signed the Contributor License Agreement (CLA) required by Odoo. This is a legal compliance step that allows the contributor to submit code changes to the Odoo project. The signature has been recorded in the project's CLA documentation.
Original PR description
Description of the issue/feature this PR addresses: Sign CLA For https://github.com/odoo/enterprise/pull/62507 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes how test dates are handled in Mexico's electronic invoicing (EDI) system. Previously, test files contained hardcoded dates that could become outdated. Now the system uses dynamic dates that update automatically, and test validations properly ignore date variations to ensure tests remain reliable over time.
This update fixes an error message that appears when Amazon sales order picking synchronization fails. The improvement ensures users receive clearer, more accurate feedback when issues occur during the order fulfillment process with Amazon integration, helping teams quickly identify and resolve synchronization problems.
Original PR description
See also: https://github.com/odoo/odoo/pull/167738
The Planning app's view menu order has been reorganized to prioritize the most commonly used views. Gantt, Pivot, and Graph views are now positioned after Kanban and List views, improving the user experience by making frequently accessed views more prominent.
Original PR description
Previously, Gantt, Pivot, and Graph views were listed before Kanban and List views. In this commit, we've reordered based on priority. Upgrade script: No upgrade script is required as we've updated records added in this version task-3902382 Forward-Port-Of: odoo/enterprise#61834
This update removes an unnecessary work location column from the employee list view when the homeworking module is active. Since remote workers don't have a single physical work location, this column is now hidden to reduce clutter and improve the clarity of employee information displays.
Original PR description
Removed a work location column in the employee list view that is not relevant when the homeworking module is installed. Task-3933447 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A Contributor License Agreement (CLA) has been added for kdmwangi, a contributor to the Odoo project. This is a standard legal document that ensures proper rights management for code contributions. This change enables kdmwangi to officially contribute to the Odoo codebase.