Default Sale UOM

sale_default_uom
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_default_uom
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ooops, Ashish Hirpara
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ooops, Ashish Hirpara
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Alessandro Uffreduzzi, Ashish Hirpara
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_synchronise_spt_product_template_inherit_form_view sale.default.uom.product.template.inherit.form.view product.template field Inherits product.product_template_only_form_view
Models touched (2)

New fields (2)
  • sale_uom_id Many2one → uom.uom
    args: 'uom.uom', 'Default Sale UoM'
  • uom_category_id Many2one → uom.category
    related='uom_id.category_id' string='UOM Category' args: 'uom.category'
Public methods (1)
  • remove_sale_uom(self)
    @api.onchange('uom_id')

New fields (0)

No new fields.

Public methods (1)
  • product_id_change(self)
    @api.onchange('product_id')