Skip to Content
Menu
This question has been flagged
1 Odpoveď
3071 Zobrazenia

How can I create a sequence in tree view automatically in the sequence field as attached picture link? A sequence can be an integer field like 1,2,3 and so on...


https://drive.google.com/file/d/1Fv--oCEiQFyZTO5CMHc9RjQrap_bK_ay/view?usp=sharing



Avatar
Zrušiť
Best Answer

Hello Ishfaq,

        Try this,

        In py : sequence = fields.Integer(string='Sequence', default=0)

        In your xml tree view :   <field name = "sequence" widget="handle"/>

        and in your class :

        _order = "sequence"    

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
dec 22
4636
2
máj 24
8131
1
mar 24
2690
0
mar 24
845
0
mar 24
3097