Hi,
Is there a way to remove the Taxes column on the exported Quotation and Invoice PDF? We have a flat tax rate for all items and it already says what the tax is at the bottom of the page so it isn't necessary to have for every item.
Many thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
Is there a way to remove the Taxes column on the exported Quotation and Invoice PDF? We have a flat tax rate for all items and it already says what the tax is at the bottom of the page so it isn't necessary to have for every item.
Many thanks
Hi,
You can inherit the report template and can modify the quotation and invoice print out as per the need. EIther it can be done using odoo studio(if enterprise user) or using the developer tools or from custom module.
Thanks
You can use this module to hide taxes column on Quotation PDF https://apps.odoo.com/apps/modules/17.0/sale_hide_tax_columns/
And you can use this module to hide taxes column on Invoice PDF https://apps.odoo.com/apps/modules/17.0/account_hide_tax_columns/
To remove the Taxes column on the exported Quotation and Invoice PDF in many systems, you may need to modify the template or report configuration. However, keep in mind that this process can vary based on the specific software or platform you're using. Here's a general guide:
Hi,
Try this code:
<template id="report_invoice_document" inherit_id="account.report_
<xpath expr="//td[@name='td_taxes']" position="replace">
</xpath>
<xpath expr="//th[@name='th_taxes']" position="replace">
</xpath>
</template>
Hope it helps
where to insert ?
Hi, where should I put that code?
From what template do you inherit? Where is the product table?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
TAX 15%
Solved
|
|
1
Apr 24
|
1565 | |
|
0
Dec 24
|
544 | ||
|
1
Jun 24
|
1444 | ||
|
2
Feb 23
|
1716 | ||
|
1
May 16
|
2705 |