跳至内容
菜单
此问题已终结
1 回复
10763 查看

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?

形象
丢弃
最佳答案

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

形象
丢弃
编写者

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?

编写者

Bump

相关帖文 回复 查看 活动
2
10月 22
6212
2
1月 25
9524
1
3月 15
4550
4
1月 25
44415
0
10月 24
1400