Repository
OCA/purchase-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-reporting
Last tracking update
2026-08-07 08:09:32
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Weblate, OCA-git-bot, oca-ci, Murtaza Mithaiwala
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
po_backorder_report po_backorder_report ir.ui.view qweb New
po_backorder_report_view PO Backorder Report Wizard pobackorder.report.wizard form New
po_backorder_tree_view po.backorder.report.view purchase.order.line tree New
purchase_order_form_backorder purchase.order.form.backorder purchase.order form Inherits purchase.purchase_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • action_print_report(self)

New fields (4)
  • bo_value Monetary
    compute='_compute_bo_value' store=True
  • last_bill_date Datetime
    compute='_compute_last_bill_date' store=True
  • last_date_received Datetime
    compute='_compute_last_date_received' store=True
  • uigr_value Monetary
    compute='_compute_uigr_value' store=True
Public methods (0)

No public methods.

New fields (7)
  • bo_qty Float
    compute='_compute_bo_qty' store=True string='Backorder Qty'
  • bo_value Monetary
    compute='_compute_bo_value' store=True string='Backorder Value'
  • last_bill_date Datetime
    compute='_compute_last_bill_date' store=True
  • last_date_received Datetime
    compute='_compute_last_date_received' store=True
  • product_type Selection
    related='product_id.product_tmpl_id.type' string='Product Type'
  • uigr_qty Float
    compute='_compute_uigr_qty' store=True string='UIGR Qty'
  • uigr_value Monetary
    compute='_compute_uigr_value' store=True string='UIGR Value'
Public methods (0)

No public methods.

Loading…

Loading…