Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
256 Widoki

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?


Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć