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.

27 lines
786 B

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