Daily updates from Odoo
Wednesday, August 31, 2022
4 changes · master
Resolved issues and error corrections
The delivery list now includes optional fields to show whether a Chilean delivery guide is linked and its tax authority status. The status is hidden for non-Chilean companies, keeping the view relevant and less cluttered.
Original PR description
Before this PR: Is not possible to view at a first sight in the tree view, if delivery has a delivery guide associated and the status related to the SII. Besides the SII DTE status, was shown even if the company is not Chilean. After this PR: The DTE status is set as optional hide, and invisible if the company is not from Chile. Additionally, the l10n_latam_document_number is added with attribute optional hide, to have it hidden by default. Suggestion or proposal for master: l10n_latam_document_number should be included in stock picking model and view, in a latam stock edi model (Abstract) in order to prevent the duplication of those fields in the view. Also, the l10n_edi_status should be a unified field in order to prevent its duplication in model and view. This has been previously made here: #23843 but it was decided to target master directly.
Several Odoo Enterprise screens were updated to use the newer Bootstrap 5 form styling. This keeps checkboxes and related controls displaying correctly and consistently after the framework upgrade.
Original PR description
https://getbootstrap.com/docs/5.1/migration/ replacing `custom-control` by `form-check` community: https://github.com/odoo/odoo/pull/98965
The payroll dashboard now properly clears old note display components before showing updated content. This prevents stale or duplicated note behavior and helps keep the dashboard reliable for payroll users.
Original PR description
The html field is not yet converted to owl. This causes some issues with how we have to display the notes in the payroll dashboard. Since we have to pass through ComponentAdapter, the code assumes that the widget properly cleans up between runs of `_reset` and `_render` however some parts of the widget are never cleaned up, for instance the `QWebPlugin`. This commit makes sure that we remove it if it exists before re rendering. Fw-port of https://github.com/odoo/enterprise/pull/30837
The Helpdesk stage edit form now displays without unwanted spacing between sections. This small layout fix makes the form look cleaner and easier to use when editing stages from the Helpdesk overview.
Original PR description
https://getbootstrap.com/docs/5.1/migration/
add `g-0` to rows to remove gutters in the helpdesk form view
Steps:
- Go to Helpdesk/Overview
- Open Customer care
- Edit `New` stage
- Click on Edit Stage