Monday, September 5, 2016
1 change · master
Resolved issues and error corrections
Excel exports now leave cells blank when a linked record field has no value, instead of showing a confusing 0. This makes exported spreadsheets easier to read and reduces the chance of users misinterpreting empty data as a real value.
Original PR description
## Description of the issue/feature this PR addresses: Improve standard Excel export readability for many2one fields: replace meaningless "0" by "" ## Current behavior before PR: With standard Excel export including m2o, you get an '0' in each cell where m2o returns no value. Then if you have a lot of m2o in your export, '0' values is the first thing you see, it makes the export difficult to read and wrong. ## Desired behavior after PR is merged: When m2o return False, we should have no value in the cell. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr