Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
6953 Lượt xem

Invoices (i.e. INV-1101) include source/origin Sales Order (i.e. SO-1192).

Picking (i.e. WH/OUT/0345) include source/origin Sales Order (i.e. SO-1192).


We are using picking WH/OUT reports as delivery or dispatch notes:

How could I print picking references  in the invoices PDF QWeb report in OdooV8 so customers can clearly match invoice against received goods ?

So in this particular example invoice INV-1101 should reflect that it has been delivered by WH/OUT/0345 movement.

Thanks, 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Have you seen https://apps.openerp.com/apps/modules/8.0/stock_picking_invoice_link/ ? 

Once installed you can add picking_ids to the QWEB report, something like (not tested):

<tr t-foreach="o.picking_ids" t-as="picking"> 
<td>
<span t-field="picking.name"/>
</td>
</tr>

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks, I will check, even if this does not work (I am concerned about this module description's part: "This only applies on the invoices generated from pickings") it might help me to understand on how to do it.

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 4 24
1760
1
thg 8 23
5478
2
thg 4 18
19352
4
thg 8 17
21596
1
thg 1 16
4479