openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #04696
Re: tests/feedbacks for the new reporting additinal remark - empty columns
* we also do not print empty columns
customers often do not have product codes or discount or some other fields
so we check each invoice for
* amount_discount != 0
* print_ean
* print_code
if no line has a value in the column we suppress the column , leaving
more space for the other columns - such avoiding wrodwrap as much as
possible
--
Ferdinand
References