Allow user to to decide how many decimal places should be displayed for UoM.
Project description
This module allows the user to decide maximum how many decimal places should be displayed in the Odoo User Interface for each Unit of Measure.
If “Show only inputed decimals” is enabled on the UoM, the widget will show inputed decimals up to Decimal Places.
Table of contents
Usage
In the UoM form view specify the number of decimal places that should be displayed for each unit of Measure:
In the view declaration, put widget=’uom’ attribute in the field tag:
... <field name="arch" type="xml"> <tree string="View name"> ... <field name="product_qty" widget="uom"/> ... </tree> </field> ... <field name="arch" type="xml"> <form string="View name"> ... <field name="product_qty" widget="uom"/> ... </form> </field> ...
Widget Options:
... <field name="arch" type="xml"> <tree string="View name"> ... <field name="product_qty" widget="uom" options="{'uom_field': 'product_uom'}"/> ... </tree> </field> ...
If the UoM field in the model is not declared under the name uom_id, the option uom_field must be specified with the appropriate field name.
Known issues / Roadmap
TODO
Add caching by uom.id
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Adria Gil Sorribes <adria.gil@eficent.com>
Giovanni Serra <giovanni@gslab.it>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo14_addon_web_widget_uom-14.0.1.0.1.dev3-py3-none-any.whl
.
File metadata
- Download URL: odoo14_addon_web_widget_uom-14.0.1.0.1.dev3-py3-none-any.whl
- Upload date:
- Size: 46.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44827cf64426794769a460158adb2f3b17eb30965201efe9019c641411d4a15c |
|
MD5 | 26b7fd36fc95557b1e6813025e11e671 |
|
BLAKE2b-256 | 3830fb5e3b1cd393ad262a3fb6cfc72d4d4f38b61ddaed71a40233c162723393 |