c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12578
Re: [Bug 702847] Re: print quotation error
On Friday 14 January 2011, you wrote:
> Hi,
>
> here is the list of installed modules
> assert length ==
> len(node.get('colWidths').split(',')) [2011-01-14 14:55:11,552][acvs]
> ERROR:web-services:[41]: AssertionError
>
Just a wild guess:
when you get that assertion, it means that the number of columns are not
consistent throughout your table. Sth like:
<table>
<tr><td>1</td> <td>2</td></tr>
<tr><td>a1</td> <td>a2</td><td>a3</td></tr>
</table>
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/702847
Title:
print quotation error
Status in OpenObject Server:
Incomplete
Bug description:
Hi,
Using openerp 6 RC 2 rev3262 I cannont print a quotation (standard,
without layout) :
(<type 'exceptions.AssertionError'>, AssertionError(), <traceback
object at 0x947c414>)
And, the quotation with layout is creating the PDF, but not
translated.
References