Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
Folder size
0.34 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 09:06:23
Authors
Vauxoo, Odoo Community Association (OCA), Agile Business Group
Maintainers
Vauxoo, Odoo Community Association (OCA), Agile Business Group
Committers
OCA-git-bot, oca-ci, JasminSForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
product_customerinfo_elaboration
Description
Based on product_customerinfo, this module loads in every
sale order the customer code defined in the product and allows use the
product codes and product name configured in each products in sale
orders.

If you use Advanced price rules with formulas to define your pricing,
and choose that the price should be calculated from the partner prices
in the product form, the quantity in the sales order will be proposed
from the minimum quantity defined in the customerinfo.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_order_form sale.order.product.code.view.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • product_customer_code Char
    compute='_compute_product_customer_code'
Public methods (0)

No public methods.

Loading…