Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
web
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 07:47:28
Authors
Odoo Community Association (OCA), Giovanni Serra
Maintainers
Odoo Community Association (OCA), Giovanni Serra
Committers
Weblate, OCA-git-bot, oca-ci, Giovanni
Odoo dependencies
odoo/odoo:
- web
- uom
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend web_widget_uom_assets ir.ui.view qweb Inherits web.assets_backend
product_uom_form_view uom.uom.form uom.uom form Inherits uom.product_uom_form_view
product_uom_tree_view uom.uom.tree uom.uom tree Inherits uom.product_uom_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • decimal_places Integer
    default=2 string='Decimal Places'
  • show_only_inputed_decimals Boolean
    default=False help='It shows only inputed decimals up to Decimal Places' args: 'Show only inputed decimals'
Public methods (1)
  • get_decimal_places(self, uom_id, value)