TIP: You can type at any time to perform a new search.
Pricelist Rule UoM
product_pricelist_item_uom · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales/Sales
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute/tree/16.0/product_pricelist_item_uom
- Last tracking update
- 2026-08-07 08:09:19
- Authors
- Odoo Community Association (OCA), Aion Tech
- Maintainers
- Odoo Community Association (OCA), Aion Tech
- Committers
- Simone Rubino, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_item_form_view |
Add Pricelist Rule UoM fields to Pricelist Rule form view | product.pricelist.item | form | Inherits product.product_pricelist_item_form_view |
product_pricelist_view |
Add Pricelist Rule UoM fields to Pricelist form view | product.pricelist | Inherits product.product_pricelist_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (3)
-
min_quantityFloatcompute='_compute_min_quantity'readonly=Falsestore=True -
uom_idMany2one → uom.uomcomodel_name='uom.uom'compute='_compute_uom_id'readonly=Falsestore=Truestring='UoM' -
uom_min_quantityFloatcompute='_compute_uom_min_quantity'digits='Product Unit of Measure'readonly=Falsestore=Truestring='Min. Quantity in UoM'
-
onchange_uom_min_quantity(self)@api.onchange('product_id', 'product_tmpl_id', 'uom_id', 'uom_min_quantity')
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 91 days ago
- Last activity
- 1 day ago
- Repository
- OCA/product-attribute
- Pull request
- [19.0][MIG] product_pricelist_item_uom (#2308)