Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
Category
Sales
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-20 11:29:59
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci, GarethGloSystems
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_order_import
Description
This module adds 2 technical fields on sale orders:

- a related stored field *Customer Entity* (commercial_partner_id),
- a related stored field *Invoice Entity* (commercial_partner_invoice_id).

This module is the twin brother of the OCA module
*purchase_commercial_partner* located in the [purchase-workflow
project](https://github.com/OCA/purchase-workflow/).

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_report_search sale.report search Inherits sale.view_order_product_search
view_sales_order_filter commercial.partner.sale.order.search sale.order search Inherits sale.view_sales_order_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • commercial_partner_id Many2one → res.partner
    comodel_name='res.partner' index=True related='partner_id.commercial_partner_id' store=True string='Customer Entity'
  • commercial_partner_invoice_id Many2one → res.partner
    comodel_name='res.partner' related='partner_invoice_id.commercial_partner_id' store=True string='Invoice Entity'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…