Wednesday, September 14, 2022
12 changes · master
Enhancements to existing features
This update removes now-unneeded internal declarations from several Odoo Enterprise apps because the platform handles them automatically. There is no expected change for end users, but it simplifies maintenance and reduces the chance of future inconsistencies.
Original PR description
\* = approvals, documents, sign, voip Inverses of identifying fields are now automatically causal. This commit therefore removes the unnecessary declarations of `isCausal: true` from the code. Task-2741402 Community: https://github.com/odoo/odoo/pull/100119
Appraisal goal assignment notifications were updated to be easier for users to understand. This helps employees and managers quickly recognize why they received a notification and what document needs their attention.
Original PR description
Ease the understanding of the notifications sent when users are assigned to a document. Task-2801600
This update reorganizes how XML templates are registered across many Odoo Enterprise apps by declaring them directly in each app manifest. The change aligns Enterprise with the community platform refactoring and should make template loading more consistent, with little direct impact on day-to-day users.
Several pop-up windows in Appointment, Knowledge, and Marketing Automation now open at a medium size. This makes actions like sharing appointment links, inviting people, moving articles, and launching test campaigns feel more focused and easier to use.
Original PR description
With this PR, size of the following wizards are reduced to 'medium': 1. Launch a test (Marketing Automation) 2. Move an article (Knowledge) 3. Invite people (Knowledge) 4. Share Link (Appointment) taskID- 2701035
This update adds an explanatory note in the spreadsheet edition code about a previous graph-related adjustment. It helps future maintainers understand why the change exists, reducing the chance of accidental regressions without changing user-facing behavior.
Original PR description
Following 47173f10cc4f8fbe4c4bd6f862a19903e6400193, a little comment to explain why we did this patch could be useful.
Resolved issues and error corrections
The field service guided walkthrough was adjusted so it no longer selects a temporary loading item while waiting for search results. This reduces random failures during automated checks and helps keep quality validation stable.
Original PR description
Prior to this commit, some of the `trigger` on a many2one field where made on `ul.ui-autocomplete > li:first-child > a` which could lead to clicking on the loading if the rpc was not yet finished. This commit ensure that the `loading` is not taken by the tour.
Code cleanup and technical improvements
The spreadsheet template area has been cleaned up by removing an older list view and consolidating related test journeys. This reduces maintenance complexity and helps keep the template experience more consistent across Documents, Accounting, and CRM spreadsheet features.
Miscellaneous changes
When generating SEPA Credit Transfer XML files, currently there is no validation check on BIC codes. This leads to files generated being rejected by banks afterwards as the BIC code must fulfill the XSD requirements. The purpose of this commit is to add that requirement at the generation of the file, so the customer can understand and fix it himself. opw-2916496 opw-2871778 Forward-Port-Of: odoo/enterprise#31311 Forward-Port-Of: odoo/enterprise#29457
Original PR description
When generating SEPA Credit Transfer XML files, currently there is no validation check on BIC codes. This leads to files generated being rejected by banks afterwards as the BIC code must fulfill the XSD requirements. The purpose of this commit is to add that requirement at the generation of the file, so the customer can understand and fix it himself. opw-2916496 opw-2871778 Forward-Port-Of: odoo/enterprise#31311 Forward-Port-Of: odoo/enterprise#29457
Original PR description
Adapt all manifest, split some XML file and update JavaScript files.
Delivery guides in the Chilean electronic invoicing stock module now automatically include the purchase order date in the reference when available. This improves document completeness and helps customers match deliveries with their orders more easily.
Original PR description
Provided we have the proposed change in https://github.com/odoo/odoo/pull/98311 Now we can add the PO date automatically in the delivery guide reference.
This fix corrects the spacing of HTML fields in form views after an underlying page structure change. It removes an outdated margin rule so forms display more consistently and look properly aligned for users.
Original PR description
This commit fixes the style of the HtmlField in form views. Since the DOM has changed, the style was misaligned in form views and this margin rule is no longer necessary to display the field as intended.
A styling issue in the manufacturing work order tablet view was corrected so its layout rules apply only where intended. This prevents unintended visual changes elsewhere in the system, keeping the broader backend interface consistent.
Original PR description
Commit 1a6abc7310 introduce scss rules for the tablet view but some was global on all the backend bundle. This commit put them at the good place only for the tablet
Currently in sign the edit while signing button appears in tablets, however we don't support drag/drop for tablets due to the way jquery UI handles touch events. This commit hides the button in mobile devices (tablet and smartphone). task-2937016 Forward-Port-Of: odoo/enterprise#30414
Original PR description
Currently in sign the edit while signing button appears in tablets, however we don't support drag/drop for tablets due to the way jquery UI handles touch events. This commit hides the button in mobile devices (tablet and smartphone). task-2937016 Forward-Port-Of: odoo/enterprise#30414