Repository
OCA/purchase-reporting · module folder · Try on Runboat
Module version
1.0.1
Category
Purchases
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-reporting
Last tracking update
2026-08-07 09:06:36
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
David Vidal, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Hide taxes column in the purchase order document that is sent to the vendor.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
view_tax_group_form account.tax.group.form.inherit account.tax.group form Inherits account.view_tax_group_form
view_tax_group_tree account.tax.group.list.inherit account.tax.group list Inherits account.view_tax_group_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • show_tax_column_in_purchase_report Boolean
    help='If enabled, always show the Taxes column on the Purchase Order report for this tax group even when all lines in the order share the same taxes.'
Public methods (0)

No public methods.

New fields (1)
  • show_tax_column_in_report Boolean
    compute='_compute_show_tax_column_in_report'
Public methods (0)

No public methods.

Loading…

Loading…