Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
10751 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Penulis

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?

Penulis

Bump

Post Terkait Replies Tampilan Aktivitas
2
Okt 22
6187
2
Jan 25
9506
1
Mar 15
4497
4
Jan 25
44371
0
Okt 24
1384