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.

20 lines
643 B

  1. # Copyright (C) 2020 - Today: GRAP (http://www.grap.coop)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Point of Sale - Disable Change Cashier',
  6. 'version': '12.0.1.0.1',
  7. 'category': 'Point Of Sale',
  8. 'summary': 'Disable the feature that allow to change cashier in the PoS',
  9. 'author': 'GRAP, Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/pos',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'views/assets.xml',
  17. 'views/pos_config.xml',
  18. ],
  19. }