Wednesday, September 14, 2022
4 changes · master
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.
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