Stock Packaging Usability (Product Packaging)

stock_packaging_usability_pp
REPOSITORY
REPOSITORYOCA/stock-logistics-tracking
GIT
GIThttps://github.com/OCA/stock-logistics-tracking.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-tracking/tree/14.0/stock_packaging_usability_pp
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory/Inventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-tracking
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-tracking:
    - stock_packaging_usability
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - utm
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
product_packaging_delivery_form stock_packaging_usability_pp.product.packaging.form product.packaging field Inherits delivery.product_packaging_delivery_form
product_packaging_delivery_tree stock_packaging_usability_pp.product.packaging.tree product.packaging field Inherits delivery.product_packaging_delivery_tree
product_packaging_search product.packaging.search product.packaging search New
stock_select_product_packaging_form stock.select.product.packaging form New
view_picking_form stock_packaging_usability_pp.stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_quant_package_kanban stock_packaging_usability_pp.stock.quant.package.kanban stock.quant.package field Inherits stock.view_quant_package_kanban
view_stock_move_line_detailed_operation_tree stock.move.line button Inherits stock_packaging_usability.view_stock_move_line_detailed_operation_tree
view_stock_move_line_operation_tree stock_packaging_usability_pp.stock.move.line.form stock.move.line button Inherits stock_packaging_usability.view_stock_move_line_operation_tree
Models touched (4)

New fields (4)
  • active Boolean
    default=True
  • name Char
    translate=True
  • packaging_type Selection
    string='Type' args: [('unit', 'Unit'), ('pack', 'Pack'), ('box', 'Box'), ('pallet', 'Pallet')]
  • weight Float
    digits='Stock Weight' help='Empty package weight in kg' string='Empty Package Weight'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • packaging_id Many2one → product.packaging
    string='Packaging' args: 'product.packaging'
Public methods (1)
  • validate(self)