| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-reporting |
| GIT | |
| GIT | https://github.com/OCA/sale-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-reporting/tree/14.0/sale_backorder |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Hardik Suthar, Freni-OSI, Urvisha-OSI |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
No new fields.
Public methods (1)action_print_report(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-reporting |
| GIT | |
| GIT | https://github.com/OCA/sale-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-reporting/tree/12.0/sale_backorder |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-reporting |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_management - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
No new fields.
Public methods (1)action_print_report(self, data)