Hello Experts,
As per Grzegorz suggestion he is saying that :
you should change the line 1447 in account.py
form:
'name': tax.description and tax.description + " - "
+ tax.name or tax.name,
to:
'name': tax.description or tax.name,
So should we go as per his suggestion ?
--
invoice report tax table too narrow
https://bugs.launchpad.net/bugs/592906
You received this bug notification because you are a member of OpenERP
Accounting Experts, which is a direct subscriber.
Status in OpenObject Addons Modules: In Progress
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">
_______________________________________________
Mailing list: https://launchpad.net/~openerp-expert-accounting
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-expert-accounting
More help : https://help.launchpad.net/ListHelp