Sale Backorder Report

sale_backorder
REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/14.0/sale_backorder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Hardik Suthar, Freni-OSI, Urvisha-OSI
WEBSITE
WEBSITEhttps://github.com/OCA/sale-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - sale_stock
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
sale_order_form_backorder sale.order.form.backorder sale.order xpath 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
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)
REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/12.0/sale_backorder
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - sale_stock
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
sale_order_form_backorder sale.order.form.backorder sale.order xpath 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
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' store=True string='UIGD 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, data)