Daily updates from Odoo
Monday, April 15, 2024
1 change · master
Code cleanup and technical improvements
This update standardizes the naming of internal test helper actions and checks across Point of Sale-related modules. It does not change customer-facing behavior, but it makes future testing and maintenance clearer and more consistent for development teams.
Original PR description
*: all pos-related modules change utils name in test to harmonize action (prefix "click") and check (prefix "is") confirmRefund -> clickConfirmRefund mergeTableHelpers -> clickMergeTable elementDoesNotExist -> isElementDoesNotExist changeIs -> isChangeValueIs remainingIs -> isRemainingValueIs task id :