TIP: You can type at any time to perform a new search.
Stock Packaging Qty
stock_move_packaging_qty · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.2.1
- Category
- Warehouse
- Folder size
- 0.07 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:42:50
- Authors
- Odoo Community Association (OCA), ForgeFlow, Moduon
- Maintainers
- Odoo Community Association (OCA), ForgeFlow, Moduon
- Committers
- David Vidal, Weblate, Eduardo de Miguel, Andrii Kompaniiets, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_invoice_report_stock_packaging, mrp_packaging_default, stock_picking_batch_packaging_qty
- Description
Add packaging fields in the stock moves, their lines and their reports.
Code Analysis ⓘ
Views touched (11)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
report_picking |
report_picking | ir.ui.view | qweb | Inherits stock.report_picking |
stock_picking_view_form_packaging |
stock.picking.form | stock.picking | form | Inherits stock.view_picking_form |
stock_report_delivery_has_serial_move_line |
stock_report_delivery_has_serial_move_line | ir.ui.view | qweb | Inherits stock.stock_report_delivery_has_serial_move_line |
view_move_form |
stock.move.form | stock.move | form | Inherits stock.view_move_form |
view_move_line_form |
Add product packaging qty done info | stock.move.line | form | Inherits stock.view_move_line_form |
view_move_line_tree_detailed |
Add product packaging qty done info | stock.move.line | tree | Inherits stock.view_move_line_tree_detailed |
view_picking_move_tree |
stock.picking.move.list | stock.move | list | Inherits stock.view_picking_move_tree |
view_picking_type_form |
stock.picking.type.form | stock.picking.type | form | Inherits stock.view_picking_type_form |
view_stock_move_line_detailed_operation_tree |
Add product packaging qty done info | stock.move.line | tree | Inherits stock.view_stock_move_line_detailed_operation_tree |
view_stock_move_line_operation_tree |
Add product packaging qty done info | stock.move.line | tree | Inherits stock.view_stock_move_line_operation_tree |
view_stock_move_operations |
Add product packaging qty info | stock.move | Inherits stock.view_stock_move_operations |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
product_packaging_quantityFloatinverse='_inverse_product_packaging_quantity'
No public methods.
New fields (2)
-
product_packaging_idMany2onereadonly=Truerelated='move_id.product_packaging_id' -
product_packaging_quantityFloatcompute='_compute_product_packaging_quantity'help='Quantity done in Product Packaging'readonly=Falsestore=Truestring='Done Packaging Quantity'
No public methods.
New fields (1)
-
automatic_done_packaging_calculationBooleandefault=Truehelp='The system calculates Done Packaging Automatically on Stock Move Lines.\nDisable this to prevent automatic calculation.'string='Automatically Calculate Done Packaging Quantity'
No public methods.
Loading…
Loading…
Loading…