Hello teamm
Where can I see the invoice template? When I print it and preview it looks horrible. I would like on invoice to see description instead of Product.
Thank you~
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello teamm
Where can I see the invoice template? When I print it and preview it looks horrible. I would like on invoice to see description instead of Product.
Thank you~
Hi
In Odoo we are default using the product description. If you want to add a product name instead of a description:-
You can inherit the invoice report template and add new fields to it.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="report_invoice_document"
inherit_id="account.report_
<xpath expr="//td[@name='account_
<td name="account_invoice_line_
</xpath>
</template>
</data>
</odoo>
Hope it helps
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.