Skip to Content
Menu
This question has been flagged
5 Replies
26431 Views

Has anyone customized the PDF's for Sales Orders, Invoices, and/or Purchase orders? I don't think the design or placement of information looks very good on the out of the box pdf's and I would love to easily customize them. It seems simple, but I can't find where to do it at all. 

One example is when you print an Invoice to pdf before its validated, its says Draft Invoice, but I just want it to say Invoice. Any help would be great!

Avatar
Discard

Which version ? You can edit the template (html/qweb) directly in ir_ui_view form view. Or via the front end "Customize" menu.

Author

I am in Odoo Enterprise 9, the online version. I don't have a coding background, but am tech savvy. Where do you think I should go on the front end to move around stuff on PDF's and change what show's up and where.

Best Answer

Hi,

We are on odoo v10 and we're also trying to customize the printalble Sales Order (SO pdf) template.
- We want to add a sign off area at the end of the pdf document.
- We would like an att: field to include a person to the invoice address area.

How should we make this possible? Thank you very much!

<<< you have to create a template that inherits the (sale.report_saleorder) template, after having done this, execute the "xpath" on the fields you want to modify; so modify the original Odoo template. A good way to start here: http://www.odoo.yenthevg.com/inheriting-and-modifying-qweb-reports/ >>>

Avatar
Discard
Best Answer

Hello,

I am also using Odoo Online version.

How can we add new fields in the invoice document? I know that it is possible to add new fields with Odoo Studio.

For example, I want to add total weight of the products in the footer. How to do that?

Avatar
Discard
Best Answer

Could try to click on the user name at the top right corner-> 'about'->activate developer mode

Then 'Users'->'Companies' where on the 'report configuration' page some settings are available.

But I have not found how to modify the invoice temple in the online version.

Probably you can install your additional module that makes all changes to invoice templete you need.

Avatar
Discard
Related Posts Replies Views Activity
1
Apr 21
3763
2
Nov 16
3759
0
Apr 25
322
1
Apr 25
440
1
Feb 25
501