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 IDNameModelTypeStatus
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_quantity Float
    inverse='_inverse_product_packaging_quantity'
Public methods (0)

No public methods.

New fields (2)
  • product_packaging_id Many2one
    readonly=True related='move_id.product_packaging_id'
  • product_packaging_quantity Float
    compute='_compute_product_packaging_quantity' help='Quantity done in Product Packaging' readonly=False store=True string='Done Packaging Quantity'
Public methods (0)

No public methods.

New fields (1)
  • automatic_done_packaging_calculation Boolean
    default=True help='The system calculates Done Packaging Automatically on Stock Move Lines.\nDisable this to prevent automatic calculation.' string='Automatically Calculate Done Packaging Quantity'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…