تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
7127 أدوات العرض

I have creted a supplier invoice. I clicked on "print" button and selected "invoices". It is giving below error.

Not enough space
handle_pageBegin args=()

(<type 'exceptions.ValueError'>, ValueError('Not enough space\n handle_pageBegin args=()',), <traceback object at 0x7fdb1c796950>). How can i over come this?

الصورة الرمزية
إهمال

Try giving some space at the start of page.... Are you using Jasper Reports / Pentaho / qweb reports?...

الكاتب

I did not write any code for this deep. It 's given by openerp module

الكاتب

I have created a one supplier invoice and take a print. First time it's came properly. I have seen the print content, some information regarding company showing wrong. I went to company updation screen and added address and phone information. When i try to take print of same invoice, it's giving above error.

May be your update code syntax error. Try to update original code. And take Print. And then Addition information add one by one.

I am using odoo-7 folder in github.

On Wed, Sep 24, 2014 at 6:41 PM, Prakash <prakash-jain-sunarctechnologies-com@mail.odoo.com> wrote:

May be your update code syntax error. Try to update original code. And take Print. And then Addition information add one by one.



Sent by OpenERP S.A. using Odoo about Forum Post Invoice print Giving this error "Not enough space handle_pageBegin args=() (, ValueError('Not enough space\n handle_pageBegin args=()',), )". Can any one please help me?

أفضل إجابة

Some data is to large to fit ini a specific area. 

I got the same error for a copmany which has large number of bank accounts which are added to the footer by default. I fixed it by removing "Display on Reports" flag from all bank accounts. I could also have used a custom footer.

If this not your case, check other report fields.

 

الصورة الرمزية
إهمال