Thursday, November 23, 2023
3 changes · 17.0
Enhancements to existing features
The expression editor now makes it easier to choose fields by showing them in a searchable, familiar selector with clearer debug information. It also correctly supports the “between” operator, reducing errors when users build conditions or formulas.
The point of sale product list no longer shows the special discount product used behind the scenes. This keeps the sales screen cleaner and helps staff focus on real sellable products, while still allowing demo products to be loaded if no other products are available.
Original PR description
…sale This commit prevent the discount product to be shown in the frontend of the PoS and abling him to download demo data on the flight if he does not have other products available. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This improvement eliminates an unnecessary confirmation dialog when opening quality check worksheets on work orders. Previously, users would see an empty dialog with a "Fill Worksheet" button; now the worksheet form opens directly, reducing clicks and improving the user experience during manufacturing quality checks.
Original PR description
Before this commit, if there was no instructions on the workorder an empty confirmation dialog opens to show the button "Fill Worksheet". After this commit, the dialog is not shown and the worksheet form is opened directly.