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.

25 lines
730 B

  1. # Copyright 2017 Creu Blanca
  2. # Copyright 2017 Eficent Business and IT Consulting Services, S.L.
  3. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
  4. {
  5. 'name': 'Barcode action launcher',
  6. 'version': '11.0.1.0.0',
  7. 'category': 'Extra Tools',
  8. 'website': 'https://github.com/OCA/server-ux',
  9. 'author': 'Creu Blanca, Eficent, Odoo Community Association (OCA)',
  10. 'license': 'AGPL-3',
  11. 'installable': True,
  12. 'application': False,
  13. 'summary': 'Allows to use barcodes as a launcher',
  14. 'depends': [
  15. 'barcodes',
  16. ],
  17. 'data': [
  18. 'views/barcode_templates.xml',
  19. 'wizard/barcode_action_view.xml',
  20. ],
  21. 'demo': [
  22. 'demo/barcode_action_demo.xml'
  23. ],
  24. }