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.

23 lines
798 B

  1. * Go to Point of Sale > Configuration > Point of Sale
  2. * Edit your point of sale, and select a value for the field
  3. 'Payment Change Policy'.
  4. Two options are available:
  5. * 'Refund and Resale': Odoo will refund the current
  6. Pos Order to cancel it, and create a new PoS Order
  7. with the correct payment lines
  8. * 'Update Payments': Odoo will change payment lines.
  9. .. figure:: ../static/description/pos_config_form.png
  10. **Note**
  11. In some countries the 'Update Payments' Option
  12. is not allowed by law, because orders history shouldn't not be altered.
  13. For that purpose, a constrains is present to check the value of this
  14. field. If the module ``l10n_fr_certification`` is installed and if the
  15. current company has an inalterable accounting, it will not be possible
  16. to select the value 'Update Payments'.