Sale Packaging

sale_packaging
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/10.0/sale_packaging
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Denis Roussel, Lois Rilo, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - packaging_uom
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_order_view_form_inherit_sale_packaging sale.order.form.sale.stock (sale_packaging) sale.order data Inherits sale_stock.view_order_form_inherit_sale_stock
view_procurement_rule_form_stock_inherit procurement.rule.form.stock.inherit procurement.rule field Inherits procurement.view_procurement_rule_form
Models touched (4)

New fields (1)
  • product_packaging Many2one → product.packaging
    default=False string='Packaging' args: 'product.packaging'
Public methods (0)

No public methods.

New fields (1)
  • propagate_product_packaging Boolean
    default=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals)
    @api.model@api.returns('self', <expr>)
  • update_vals(self, vals)
    @api.model
    When product_packaging is set, product_uom is readonly, so we need to reset the uom value in the vals dict
  • write(self, vals)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.