TIP: You can type at any time to perform a new search.
Sale Order Lot Selection
sale_order_lot_selection · OCA/sale-workflow
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_ordersBooleandefault=Falsehelp='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'
No public methods.
New fields (1)
-
sale_order_lot_selection_exclude_pending_ordersBooleanreadonly=Falserelated='company_id.sale_order_lot_selection_exclude_pending_orders'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (3)
-
domain_lot_idBinarycompute='_compute_domain_lot_id' -
lot_idMany2one → stock.lotcompute='_compute_lot_id'copy=Falsedomain='domain_lot_id'inverse='_inverse_lot_id'precompute=Truereadonly=Falsestore=True args: 'stock.lot', 'Lot' -
product_trackingSelectioncompute='_compute_product_tracking'selection=_selection_product_tracking
No public methods.
New fields (1)
-
lot_idMany2one → stock.lotcomodel_name='stock.lot'string='Lot'
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)