跳至内容
菜单
此问题已终结
2907 查看

We have decided to use Mass Label Printing Module by Serpent and have attempted to print a shipping label that will contain both invoice address and delivery address, however, it only prints out res.partner id on the form:

Example:
Invoice Address: res.partner:-(4XXX,)

Delivery Address: res.partner:-(4XXX,)

 Here is the line of code that print that statement:

elif field.field_id.name:
string = field.field_id.field_description
value = getattr(datas, field.field_id.name)


Where it only print out field.field_id.name

Any advice or tips on how to use this Mass Label Printing Module is appreciated.
Thanks in advance

形象
丢弃
相关帖文 回复 查看 活动
0
6月 22
1810
0
11月 19
4960
0
3月 25
798
1
12月 24
792
1
3月 25
5224