rule |
Barcode Rule
Catalog: Odoo
Schema: barcode
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 rule are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
alias |
string |
Alias |
☑ |
The matched pattern will alias to this barcode |
associated_uom_id_label |
string |
|
☐ |
|
associated_uom_id |
string |
|
☐ |
|
barcode_nomenclature_id_label |
string |
|
☐ |
|
barcode_nomenclature_id |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
encoding |
string |
Encoding |
☑ |
This rule will apply only if the barcode is encoded with the specified encoding |
gs1_content_type |
string |
GS1 Content Type |
☐ |
The GS1 content type defines what kind of data the rule will process the barcode as: * Date: the barcode will be converted into a Odoo datetime; * Measure: the barcode's value is related to a specific UoM; * Numeric Identifier: fixed length barcode following a specific encoding; * Alpha-Numeric Name: variable length barcode. |
gs1_decimal_usage |
boolean |
Decimal |
☐ |
If True, use the last digit of AI to determine where the first decimal is |
id |
int32 |
ID |
☐ |
|
is_gs1_nomenclature |
boolean |
Is GS1 Nomenclature |
☐ |
This Nomenclature use the GS1 specification, only GS1-128 encoding rules is accepted is this kind of nomenclature. |
name |
string |
Rule Name |
☑ |
An internal identification for this barcode nomenclature rule |
pattern |
string |
Barcode Pattern |
☑ |
The barcode matching pattern |
sequence |
int32 |
Sequence |
☐ |
Used to order rules such that rules with a smaller sequence match first |
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