TIP: You can type at any time to perform a new search.
UOM Alias
uom_alias · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.23 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_br_fiscal
- Description
This module allows you to add alias to UoMs and search for them by name or one of their alias. This is useful in some situations, for example, when importing electronic invoices from suppliers, where a product may be registered in Odoo with the UoM "Unit" but in the supplier invoice the UoM is "UND".
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
uom_uom_form |
uom.uom.form | uom.uom | form | Inherits uom.product_uom_form_view |
uom_uom_tree |
uom.uom.list | uom.uom | list | Inherits uom.product_uom_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
codeChar -
uom_idMany2one → uom.uomcomodel_name='uom.uom'
No public methods.
New fields (1)
-
alias_idsOne2many → uom.aliascomodel_name='uom.alias'inverse_name='uom_id'string='Uom Alias'
-
search_fetch(self, domain, *args, **kwargs)@api.model
Loading…
Loading…
Loading…