İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
10888 Görünümler

I'm working on customizing the sales order print view via XML view overrides.  I added the "sequence" field to the order lines, thinking that I would get "1, 2, 3 . . . " or "10, 20, 30 . . ."  Instead, I get "10" for every line, unless I rearrange the line order on the edit screen, in which case it starts adding new sequence numbers, like, "13, 14, 15 . . ."  How do you get correct line numbering by default?

Avatar
Vazgeç
En İyi Yanıt

sequence is reserved word in orm... that field is intended for reordering of sale order lines (default value is 10) 
but if you define sale order form view , with field: 
<field name="order_lines" widget="handle" /> you will notice a small circle icon instead of field.. that enables drag and drop reordering of lines...
Also.. i think sale order object already has sequence field, with that widget in wiev : )
If you realy need a field that wil enumerate call it something else that "sequence" and it will work...

Also if you are using rml reports, you can use <seqReset/> tag berofe <repeat in...
and put <seq> in field where you want sequence to appear...

(this will enumerate lines only on printing)

 

hope it helps

Avatar
Vazgeç
Üretici

Yes, the sales order form already has the widget with the draggable handle. That's what changed the numbers from "10, 10, 10" to "13, 14, 15". I am using an XML file in a module to modify the sales report (shown when you click "Print"), and displaying the already present field named "sequence". Is there a equivalent in Qweb/XML layout format?

Üretici

Bump

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Eki 22
6436
2
Oca 25
9738
1
Mar 15
4662
4
Oca 25
44805
0
Eki 24
1619