Pricelist Rule UoM

product_pricelist_item_uom
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/16.0/product_pricelist_item_uom
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales/Sales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Aion Tech
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Aion Tech
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Rubino, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute/tree/16.0/product_pricelist_item_uom
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_pricelist_item_form_view Add Pricelist Rule UoM fields to Pricelist Rule form view product.pricelist.item xpath Inherits product.product_pricelist_item_form_view
product_pricelist_view Add Pricelist Rule UoM fields to Pricelist form view product.pricelist xpath Inherits product.product_pricelist_view
Models touched (1)

New fields (3)
  • min_quantity Float
    compute='_compute_min_quantity' readonly=False store=True
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' compute='_compute_uom_id' readonly=False store=True string='UoM'
  • uom_min_quantity Float
    compute='_compute_uom_min_quantity' digits='Product Unit of Measure' readonly=False store=True string='Min. Quantity in UoM'
Public methods (1)
  • onchange_uom_min_quantity(self)
    @api.onchange('product_id', 'product_tmpl_id', 'uom_id', 'uom_min_quantity')
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/product-attribute
PULL REQUEST
PULL REQUEST[19.0][MIG] product_pricelist_item_uom (#2308)