Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.1.1
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:47:29
Authors
Odoo Community Association (OCA), Ooops, Ashish Hirpara
Maintainers
Odoo Community Association (OCA), Ooops, Ashish Hirpara
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Alessandro Uffreduzzi, Ashish Hirpara
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits product.product_template_only_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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')