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

Hello,


On the inventory "listing view" page I want to sort the field "Lot/Serial number" from lowest to highest, but the field seems to be a "text" so it sorts wrong: 1,10,100, etc instead of 1,2,3,4...etc.

is there a way to sort it well?


I am on the Odoo 15.0+e Enterprise Version with little access to the code.


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

The "Sequence" may have been changed, but default it is setup to provide seven "digit" character based numbers padded on the left with 0's (as @Yann explains):


Find the Sequences Menu when Developer Mode is active.

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

Hi
The Lot/Serial number field is a Char.
So, Odoo use the alpha order.
If you want to have a list in a numeric order, you should prefixe your number with the same number of 0 :
 00001,  00010, 00100
 

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 23
2761
2
ส.ค. 23
2406
1
ธ.ค. 23
4215
1
ก.ค. 23
3019
0
พ.ค. 23
2952