Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
182 Vistas

In Version 18, trying to remove the Taxes box at the bottom of the PDF invoices

Under the Untaxed amount and HST and Total (All Canadian Dollars), there is another box under that box that says Taxes USD, the Untaxed amount in USD, HST (in USD) and Total (In USD)


I want to remove the Taxes USD and the US Dollar amounts 


How can I edit this?


Avatar
Descartar
Mejor respuesta

You can add xpath to remove that.

It is because different currency, so it will show 2 tax boxes.

You can add xpath to replace that block in custom module 

Do let me know if you want any further information

Avatar
Descartar
Mejor respuesta

Approach Options

1. Remove via Studio (Odoo Enterprise)

  • Enable Developer Mode, open the form view, and click Studio.
  • Select the Taxes field/group and click Hide or remove it.

2. Hide using XPath in a Custom Module or via “Edit View: Form”

  • Activate Developer Mode.
  • Open the form (e.g., product, order form), click the bug icon → Edit View: Form.
  • Add this snippet to hide the taxes section.

Avatar
Descartar