Repository
OCA/product-variant · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://www.agilebg.com
Last tracking update
2026-08-07 07:03:09
Authors
Odoo Community Association (OCA), Agile Business Group
Maintainers
Odoo Community Association (OCA), Agile Business Group
Committers
eLBati, Weblate, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • uos_coeff Float
    digits_compute=dp.get_precision('Product UoS') help='Coefficient to convert default Unit of Measure to Unit of Sale\n uos = uom * coeff' args: 'Unit of Measure -> UOS Coeff'
  • uos_id Many2one → product.uom
    help='Specify a unit of measure here if invoicing is made in another unit of measure than inventory. Keep empty to use the default unit of measure.' args: 'product.uom', 'Unit of Sale'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)
    @api.multi
    Propagate to the variants the template UoS (if modified).