TIP: You can type at any time to perform a new search.
Product UoM - Use Type
product_uom_use_type · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product
- Folder size
- 0.34 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 08:09:20
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- Sylvain LE GAL, 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 |
|---|---|---|---|---|
view_product_uom_form |
uom.uom | form | Inherits uom.product_uom_form_view | |
view_product_uom_tree |
uom.uom | tree | Inherits uom.product_uom_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
uom_idMany2onedomain=[('use_type', 'in', ('sale', 'both'))] -
uom_po_idMany2onedomain=[('use_type', 'in', ('purchase', 'both'))]
No public methods.
New fields (1)
-
use_typeSelectiondefault='both'required=True args: [('sale', 'Unit available for sales'), ('purchase', 'Unit available for purchases'), ('both', 'Unit available for sales and purchases')]
No public methods.
Loading…