Hi please help me, I wrong klik remove from view for tax field and cant undo. I just want to hide taxes field in the form pdf quote. I tried to make new taxes field but not connect.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
1436
Views
Hello Ryan
Try this way
Re-add the Tax Field in Developer Mode:
- Go to the form view where the tax field was originally displayed.
- Activate Developer Mode.
- From the "View" menu, select "Manage Views."
- Find the view that originally contained the tax field (usually the account. move or sale. order view).
- Re-add the tax field using XML or directly in the UI by choosing "Edit View Form."
- Save your changes, and verify that the tax field is visible again.
Hide the Tax Field in the PDF Only:
- Go to the relevant report template for the PDF quote (usually in Settings > Technical > Reports).
- Find the template and locate the section where the tax field is being rendered (likely in the sale, order, or account). Move the template.
- Wrap the tax field in a condition that makes it invisible in the PDF. You can use the t-if attribute, such as <t t-if="False">, to hide the field from rendering without removing it from the database.
Save and Test: Save the updated report template, then generate a PDF quote to confirm the hidden tax field.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Feb 25
|
88 | ||
|
1
Apr 24
|
1562 | ||
|
1
Aug 20
|
6657 | ||
|
4
Feb 18
|
8521 | ||
|
1
Feb 16
|
3750 |