Daily updates from Odoo
Wednesday, April 8, 2020
1 change · master
New functionality added to Odoo
Adds Data Cleaning features that let users standardize text fields across many records at once. This helps improve data quality by quickly fixing names, phone numbers, spacing, and capitalization after imports or manual entry.
Original PR description
PURPOSE ======== Enable the user to easily format a text/char field across multiple records. Examples: - remove leading/trailing/successive spaces in contact names - set the first letter of contact names to uppercase - format the phone number after import - etc. This feature is part of the "Data Cleaning" app. TaskID: 2158079