Repository
OCA/purchase-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory/Purchase
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 08:43:07
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module displays packaging data (quantity and type) in:

- Purchase order printed reports.
- Purchase BI reports.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
purchase_report_view_tree purchase.report.view.tree purchase.report tree Inherits purchase.purchase_report_view_tree
report_purchaseorder_document report_purchaseorder_document ir.ui.view qweb Inherits purchase.report_purchaseorder_document
report_purchasequotation_document report_purchasequotation_document ir.ui.view qweb Inherits purchase.report_purchasequotation_document
view_purchase_order_search report.purchase.order.search purchase.report search Inherits purchase.view_purchase_order_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • product_packaging_id Many2one → product.packaging
    readonly=True string='Packaging' args: 'product.packaging'
  • product_packaging_qty Float
    readonly=True string='Packaging Qty'
Public methods (0)

No public methods.

Loading…

Loading…