Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
1073 มุมมอง

Hello,

I need to make a big quotation with a lot of lines

When I add over the 40th line, I can't see it in the list

But the total amount increase and if I use the custumer preview they are all there

Is it any way to increase the number of lines viewed?

Michel

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

1. Activate developer mode -> select the quotation

2. Go to debug -> Edit  view: Form -> 

3. Change the line as follows 

   <tree string="Sales Order Lines" editable="bottom" limit="100">

4. Save the changes



Hope it helps,


อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Hello Chris,

Work fine with this setting

Thank you for your help and quick reply

Michel

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

It seems that in Odoo 17 it will display up to 200 lines.  You can probably see from this that it should be a small change to the XML to increase the number of lines:

Or the user can change the number of lines (here I set it to display only two lines):

 

In your case it would show 1-40 / 51

อวตาร
ละทิ้ง