← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 592906] Re: invoice report tax table too narrow

 

Hello,

Would you please check the field Taxes in invoice report as it's data is
not truncated in given colwidths when tax description is too long.

Thanks.

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
invoice report tax table too narrow
https://bugs.launchpad.net/bugs/592906
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Confirmed

Bug description:
The tax table name field in the invoice report and make the table unreadable and using many unnecessary lines with long tax description names.

I propose to change the following lines:
          <blockTable colWidths="54.0,80.0,67.0" style="Table_Tax_Header">
          <blockTable colWidths="53.0,80.0,65.0" style="Table_Tax_Content">
          <blockTable colWidths="53.0,60.0,65.0" style="Table_Table_Border_White">

by
          <blockTable colWidths="174.0,80.0,67.0" style="Table_Tax_Header">
          <blockTable colWidths="173.0,80.0,65.0" style="Table_Tax_Content">
          <blockTable colWidths="173.0,60.0,65.0" style="Table_Table_Border_White">