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.

32 lines
951 B

  1. # coding: utf-8
  2. # Copyright (C) 2019 - Today: GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': "Point of Sale - Journal Image",
  7. 'summary': "Add images on Account Journals available in the PoS",
  8. 'version': '8.0.1.0.0',
  9. 'category': 'Point of Sale',
  10. 'author': 'GRAP',
  11. 'website': 'http://www.grap.coop',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'views/templates.xml',
  18. 'views/view_account_journal.xml',
  19. ],
  20. 'qweb': [
  21. 'static/src/xml/pos_journal_image.xml',
  22. ],
  23. 'demo': [
  24. 'demo/account_journal.xml',
  25. ],
  26. 'images': [
  27. 'static/description/account_journal_form.png',
  28. 'static/description/pos_payment_list_image.png',
  29. 'static/description/pos_paypad_image.png',
  30. ],
  31. 'installable': False,
  32. }