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

  1. * Go to Point of Sale > Configuration > Barcode Nomenclatures
  2. * Edit your barcode rules, according to your barcodes settings
  3. * Go to Point of Sale > Configuration > Point of Sale
  4. * Select the 'Unit Price' field that will be used to convert the price to weight.
  5. .. image:: ../static/description/pos_config_form.png
  6. :width: 800 px
  7. **Note:**
  8. By default, this is the field ``list_price`` that will be used.
  9. If you want to use a custom field, it should be loaded in the javascript file calling
  10. ``models.load_fields("product.product", ['my_custom_field']);``