コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
2192 ビュー

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
 

アバター
破棄
関連投稿 返信 ビュー 活動
1
12月 23
2771
2
8月 23
2421
1
12月 23
4229
1
7月 23
3027
0
5月 23
2975