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
odoo/odoo:
- uom
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 IDNameModelTypeStatus
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)
  • code Char
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom'
Public methods (0)

No public methods.

New fields (1)
  • alias_ids One2many → uom.alias
    comodel_name='uom.alias' inverse_name='uom_id' string='Uom Alias'
Public methods (1)
  • search_fetch(self, domain, *args, **kwargs)
    @api.model

Loading…

Loading…

Loading…