What is meant for Dolibarr Reference, Label when we want to add a new product ?
Label and reference are mandatory to define a product.
label is the name of product
reference is a unique code that identifes a product. Reference can not have spaces nor slashes (/)
Hello, when type reference with “space” or “slash” it get saved with “underscore”
But when importing products and the CSV contains thos characters it get saved with “space or slash”
- The field for reference is VARCHAR
- Is posible to save with space or slash?
Regards
Ref = SKU and really should be a code with no spaces or “odd” characters such as slashes as they can cause problems in any system that has to process those codes. I have never seen an SKU from anyone that is not plain alphanumeric.
The fact that an import “allows” spaces and slashes just means the manual validation checks have not been applied to the import process. Bad.
Label = Name