Tuesday, June 17, 2025
1 change · saas-18.1
Resolved issues and error corrections
Products can now be re-imported when their unit of measure is unchanged, even if they already have accounting entries. This prevents harmless CSV imports from being incorrectly blocked and reduces manual cleanup for accounting workflows.
Original PR description
**Current behavior:** A write on a product's uom that is the same as the current value is blocked. **Expected behavior:** This type of trivial write should be permitted. **Steps to reproduce:** 1. Create a product with a UoM, generate some journal entries for it 2. Export the product to CSV with import-support formatting 3. Try to import that CSV -> blocked by UoM constraint **Cause of the issue:** With the removal of UoM categories, this constraint was made much tighter. **Fix:** Don't constrain trivial writes where the new UoM is the old UoM. opw-4623279