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.

12 lines
1.0 KiB

  1. This module extends Odoo Point Of Sale features, restricting possibility to cashier to make some actions in the Point of Sale. This module will add the following groups to Odoo:
  2. * **PoS - Negative Quantity**: The cashier can sell negative quantity in Point Of Sale (ie, can return products);
  3. * **PoS - Discount**: The cashier can set Discount in Point Of Sale;
  4. * **PoS - Change Unit Price**: The cashier can change the unit price of a product in Point Of Sale;
  5. * **PoS - Create Orders**: The cashier can create orders at the same time;
  6. * **PoS - Delete Order**: The cashier can not delete a full order;
  7. * **PoS - Change Quantity**: The cashier can change the quantity of a product in Point Of Sale;
  8. * **PoS - Delete Order Line**: The cashier can delete the order line in Point Of Sale;
  9. * **PoS - Create Order Line**: The cashier can create the order line of a product in Point Of Sale;
  10. * **PoS - Change Cashier**: The cashier can select another cashier in Point Of Sale;
  11. * **PoS - Change Customer**: The cashier can select a customer in Point Of Sale;