Hi, I would like to customize the PDF quotes and invoices, how do I proceed?
I have the 8.0 version on this server odoo
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi, I would like to customize the PDF quotes and invoices, how do I proceed?
I have the 8.0 version on this server odoo
Thanks
If you want to custmize sale order quotation, Add in your xml
<template id="custom_quotation" inherit_id="sale.report_saleorder_document">
<xpath expr="//div[@class='page']" position="replace">
<div class="page">
<style>
//Your styles
</style>
<!--Your template -->
</div>
</xpath>
</template>
account.report_invoice_document for invoice.
report.external_layout_header for common header
report.external_layout_footer for common footer
You may want to check this tutorial: http://www.odoo.yenthevg.com/category/odoo-8/reports/
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
I don't have the menu Setting as the tutorial!
Did you activate Technical Features for your user?
How i can do it Ermin Trevisan?
As admin go to the corresponding user's access rights and tick the box "Technical Features".
Ah ok! I do it but the menu are the same!
You should do that as a user with general admin rights, reasonably with the admin user itself.