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
652 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 ACSONE SA/NV
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Pos Payment Restriction',
  6. 'summary': """
  7. Adds restrictions options on POS payment level""",
  8. 'version': '9.0.1.0.0',
  9. 'license': 'AGPL-3',
  10. 'development_status': 'Beta',
  11. 'maintainers': ['rousseldenis'],
  12. 'category': 'Point of Sale',
  13. 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
  14. 'website': 'https://github.com/OCA/pos',
  15. 'depends': [
  16. 'point_of_sale',
  17. ],
  18. 'data': [
  19. 'views/pos_config.xml',
  20. 'views/pos_payment_restriction.xml',
  21. ],
  22. }