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.

26 lines
803 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016-2017 Acsone SA/NV (http://www.acsone.eu) and
  3. # Eficent Business and IT Consulting Services S.L (http://www.eficent.com)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'POS Sequence Ref Number',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'sequence': 1,
  10. 'author': "Eficent Business and IT Consulting Services,"
  11. "Acsone SA/NV,"
  12. "Odoo Community Association (OCA)",
  13. 'summary': 'Sequential Order numbers for Point of sale',
  14. 'website': 'https://github.com/OCA/pos',
  15. 'license': 'AGPL-3',
  16. 'depends': [
  17. "point_of_sale",
  18. ],
  19. 'data': [
  20. 'views/pos_template.xml'
  21. ],
  22. 'qweb': [
  23. 'static/src/xml/pos.xml'
  24. ],
  25. 'installable': True,
  26. }