Repository
OCA/sale-reporting · module folder · Try on Runboat
Module version
1.0.0
Category
Sale
Folder size
0.08 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-reporting
Last tracking update
2026-08-07 07:47:47
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Weblate, OCA-git-bot, oca-ci, Hardik Suthar, Urvisha-OSI, Freni-OSI
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
sale_order_form_backorder sale.order.form.backorder sale.order form Inherits sale.view_order_form
so_backorder_report so_backorder_report ir.ui.view qweb New
so_backorder_report_view SO Backorder Report Wizard sobackorder.report.wizard form New
so_backorder_tree_view so.backorder.report.tree sale.order.line tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (4)
  • bo_value Monetary
    compute='_compute_bo_value' store=True string='Backorder Value'
  • last_bill_date Datetime
    compute='_compute_last_bill_date' store=True string='Last Bill Date'
  • last_date_delivered Datetime
    compute='_compute_last_date_delivered' store=True string='Last Date Delivered'
  • uigd_value Monetary
    compute='_compute_uigd_value' store=True string='UIGD Value'
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 string='Last Bill Date'
  • last_date_delivered Datetime
    compute='_compute_last_date_delivered' store=True string='Last Date Delivered'
  • product_type Selection
    related='product_id.product_tmpl_id.type' string='Product Type'
  • uigd_qty Float
    compute='_compute_uigd_qty' help='Display a Uninvoiced Goods Delivered Qty on Order Lines.' store=True string='Uninvoiced Goods Delivered Qty'
  • uigd_value Monetary
    compute='_compute_uigd_value' store=True string='UIGD Value'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_print_report(self)

Loading…