Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sale
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:48
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Aungkokolin1997, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
When the sale order commitment date is set, this date is used by
pricelist to compute price unit instead of using order date.

This module also provides configuration options to enhance the Delivery Date
field visibility and requirement. The Delivery Date field can be displayed
in header (after the Quotation/Order Date field) for better visibility, and
can optionally be made mandatory on sales orders.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit res.config.settings form Inherits sale.res_config_settings_view_form
view_order_form_inherit_commitment_date_show sale.order.form.inherit.show.commitment_date sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • sale_commitment_date_in_header Boolean
  • sale_require_commitment_date Boolean
Public methods (0)

No public methods.

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

No public methods.

New fields (2)
  • sale_commitment_date_in_header Boolean
    related='company_id.sale_commitment_date_in_header'
  • sale_require_commitment_date Boolean
    compute='_compute_sale_require_commitment_date'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
10 days ago
Last activity
3 days ago
Repository
OCA/sale-workflow
Pull request
[19.0][MIG] sale_pricelist_from_commitment_date (#4522)