Skip to Content
Menu
This question has been flagged
1 Reply
3753 Views

Hai to all,

I will add two custom field into invoice, how it can be possible add these two custome field into invoice pdf report(using QWeb-pdf)

Avatar
Discard
Best Answer

Hi shameen,

you can use the custom fields also same as the fields which as defined before

For Example:

%for o in objects:

New Field1. :   ${o.new_field1 or ''}<br>

New Field2. :   ${o.new_field2 or ''}<br>

%endfor

 

Avatar
Discard
Related Posts Replies Views Activity
1
Dec 23
20237
0
Feb 19
5730
3
Sep 18
5605
2
Feb 18
6904
0
Feb 16
3684