Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
10762 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

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?

Autore

Bump

Post correlati Risposte Visualizzazioni Attività
2
ott 22
6212
2
gen 25
9524
1
mar 15
4550
4
gen 25
44415
0
ott 24
1400