You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
561 B
15 lines
561 B
* Go to Point of Sale > Configuration > Barcode Nomenclatures
|
|
* Edit your barcode rules, according to your barcodes settings
|
|
|
|
* Go to Point of Sale > Configuration > Point of Sale
|
|
* Select the 'Unit Price' field that will be used to convert the price to weight.
|
|
|
|
.. image:: ../static/description/pos_config_form.png
|
|
:width: 800 px
|
|
|
|
**Note:**
|
|
|
|
By default, this is the field ``list_price`` that will be used.
|
|
If you want to use a custom field, it should be loaded in the javascript file calling
|
|
|
|
``models.load_fields("product.product", ['my_custom_field']);``
|