Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.4.2
Category
Sales Management
Folder size
0.16 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:42:49
Authors
Odoo Community Association (OCA), Agile Business Group
Maintainers
Odoo Community Association (OCA), Agile Business Group
Committers
Denis Roussel, Víctor Martínez, Matias Peralta, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_order_lot_generator, sale_order_lot_selection_price, stock_lot_catalog_sale
Description
This module allows you to select a lot number on sale order line. This
selected lot number will be the one delivered to the Customer.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings form Inherits sale.res_config_settings_view_form
sale_report_view_tree sale.report tree Inherits sale.sale_report_view_tree
view_order_product_search sale.report search Inherits sale.view_order_product_search
view_order_tree_lot sale.order tree Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (1)
  • sale_order_lot_selection_exclude_pending_orders Boolean
    default=False help='If this checkbox is selected, serials that can be selected with pending sales orders will be excluded' string='Exclude pending orders from the lot selection'
Public methods (0)

No public methods.

New fields (1)
  • sale_order_lot_selection_exclude_pending_orders Boolean
    readonly=False related='company_id.sale_order_lot_selection_exclude_pending_orders'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • domain_lot_id Binary
    compute='_compute_domain_lot_id'
  • lot_id Many2one → stock.lot
    compute='_compute_lot_id' copy=False domain='domain_lot_id' inverse='_inverse_lot_id' precompute=True readonly=False store=True args: 'stock.lot', 'Lot'
  • product_tracking Selection
    compute='_compute_product_tracking' selection=_selection_product_tracking
Public methods (0)

No public methods.

New fields (1)
  • lot_id Many2one → stock.lot
    comodel_name='stock.lot' string='Lot'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
77 days ago
Last activity
28 days ago
Repository
OCA/sale-workflow
Pull request
[19.0][MIG] sale_order_lot_selection: Migration to 19.0 (#4385)