Daily updates from Odoo
Wednesday, February 12, 2020
4 changes
Resolved issues and error corrections
This fix improves how Odoo detects and reports incorrectly configured rule conditions in screens and forms. It helps prevent broken views or confusing behavior by catching invalid setup earlier and making error messages clearer for support and developers.
This update corrects invalid filtering rules used in several business workflows, including approvals, USPS delivery settings, and field service sales projects. The fix helps ensure users see the right records and reduces the chance of errors when opening or using these screens.
Original PR description
Cf odoo/odoo#44642
The coupon generation wizard for helpdesk tickets now hides internal company and ticket fields. This reduces clutter for users and helps keep the flow focused on creating the coupon.
Original PR description
in wizard for generating coupon from tickets, hide the company, tickets fields task-2191174
This fixes search screens that had no searchable field configured, which previously made searching those records impossible. Users can now find records in the affected areas as expected, reducing friction in daily work.
Original PR description
Without at least one field, performing a search in these models' search view is outright impossible.