uom |
Product Unit of Measure
Catalog: Odoo
Schema: uom
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table uom are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active |
boolean |
Active |
☐ |
Uncheck the active field to disable a unit of measure without deleting it. |
category_id_label |
string |
|
☐ |
Conversion between Units of Measure can only occur if they belong to the same category. The conversion will be made based on the ratios. |
category_id |
string |
|
☐ |
Conversion between Units of Measure can only occur if they belong to the same category. The conversion will be made based on the ratios. |
color |
int32 |
Color |
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
factor_inv |
decimal |
Bigger Ratio |
☑ |
How many times this Unit of Measure is bigger than the reference Unit of Measure in this category: 1 * (this unit) = ratio * (reference unit) |
factor |
decimal |
Ratio |
☑ |
How much bigger or smaller this unit is compared to the reference Unit of Measure for this category: 1 * (reference unit) = ratio * (this unit) |
id |
int32 |
ID |
☐ |
|
is_pos_groupable |
boolean |
Group Products in POS |
☐ |
Check if you want to group products of this category in point of sale orders |
name |
string |
Unit of Measure |
☑ |
|
ratio |
decimal |
Combined Ratio |
☐ |
|
rounding |
decimal |
Rounding Precision |
☑ |
The computed quantity will be a multiple of this value. Use 1.0 for a Unit of Measure that cannot be further split, such as a piece. |
timesheet_widget |
string |
Widget |
☐ |
|
uom_type |
string |
Type |
☑ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826