| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-reporting |
| GIT | |
| GIT | https://github.com/OCA/purchase-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-reporting/tree/17.0/purchase_report_hide_line |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | Weblate, oca-ci, sygel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to hide purchase order lines from the Purchase Report. You will be able to configure which lines will be hidden by default, having 3 different options to choose: - Don't hide any line by default - Hide lines with quantity equal to 0 - Hide lines with price subtotal equal to 0 You will also be able to manually edit whose lines will be hidden in the purcase order form |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form_hide_line |
purchase.order.form.hide.line | purchase.order | xpath | Inherits purchase.purchase_order_form |
report_purchaseorder_document_hide_lines |
report_purchaseorder_document_hide_lines | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
res_config_settings_view_form_purchase_report_hide_line |
res.config.settings.view.form.inherit.purchase.report.hide.line | res.config.settings | xpath | Inherits purchase.res_config_settings_view_form_purchase |
hide_in_report
Boolean
compute='_compute_hide_in_report'
readonly=False
store=True
No public methods.
purchase_hide_in_report_default
Selection
default='none'
required=True
selection=[('none', 'None'), ('quantity', 'Quantity equal to 0'), ('price', 'Price equal to 0')]
No public methods.
purchase_hide_in_report_default
Selection
readonly=False
related='company_id.purchase_hide_in_report_default'
required=True
No public methods.