Monday, January 13, 2020
1 change · master
Resolved issues and error corrections
This change removes an obsolete field from unit of measure categories that was causing errors when users created new categories. It simplifies category setup and prevents avoidable creation failures.
Original PR description
This removes the measure_type field which has become unused and causes issues when users try to create new uom categories Task-2043927 Description of the issue/feature this PR addresses: Removing the measure_type field in uom_category. Current behavior before PR: The field has to be empty when creating a new uom_category otherwise there's an error. Desired behavior after PR is merged: Deleting this field as it is unused and creates issues. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr