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
883 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": ["point_of_sale"],
  14. "data": ["views/templates.xml", "views/view_account_journal.xml"],
  15. "qweb": ["static/src/xml/pos_journal_image.xml"],
  16. "demo": ["demo/account_journal.xml"],
  17. "images": [
  18. "static/description/account_journal_form.png",
  19. "static/description/pos_payment_list_image.png",
  20. "static/description/pos_paypad_image.png",
  21. ],
  22. "installable": False,
  23. }