Sale Order Line Client Order Reference

sale_order_line_client_order_ref
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_order_line_client_order_ref
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Quartile
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Quartile
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Aungkokolin1997
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides the following features:

- Adds a Customer Order Number to sale order lines and propagates the value to
  invoice lines.
- Allows the Customer Order Number to be displayed in both sale and invoice
  reports.

This module is useful in cases where a single sales order represents multiple
customer orders.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
report_invoice_document_inherit report_invoice_document_inherit ir.ui.view qweb Inherits account.report_invoice_document
report_saleorder_document_inherit report_saleorder_document_inherit ir.ui.view qweb Inherits sale.report_saleorder_document
view_invoice_config_settings res.config.settings res.config.settings xpath Inherits account.res_config_settings_view_form
view_move_form account.move.form account.move xpath Inherits account.view_move_form
view_order_form sale.order.form sale.order xpath Inherits sale.view_order_form
view_sale_config_settings res.config.settings res.config.settings xpath Inherits sale.res_config_settings_view_form
Models touched (4)

New fields (1)
  • client_order_ref Char
    args: 'Customer Order Ref'
Public methods (0)

No public methods.

New fields (2)
  • show_client_order_ref_invoice Boolean
  • show_client_order_ref_sale Boolean
Public methods (0)

No public methods.

New fields (2)
  • show_client_order_ref_invoice Boolean
    readonly=False related='company_id.show_client_order_ref_invoice'
  • show_client_order_ref_sale Boolean
    readonly=False related='company_id.show_client_order_ref_sale'
Public methods (0)

No public methods.

New fields (1)
  • client_order_ref Char
    compute='_compute_client_order_ref' readonly=False store=True args: 'Customer Order Ref'
Public methods (0)

No public methods.