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.

22 lines
644 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017 Creu Blanca
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. 'name': 'POS Session Pay invoice',
  6. 'version': '11.0.1.0.0',
  7. 'category': 'Point Of Sale',
  8. 'author': "Creu Blanca,"
  9. "Odoo Community Association (OCA)",
  10. 'website': 'https://github.com/OCA/pos',
  11. 'summary': 'Pay and receive invoices from PoS Session',
  12. "license": "LGPL-3",
  13. 'depends': [
  14. "point_of_sale", "account_cash_invoice"
  15. ],
  16. 'data': [
  17. "wizard/cash_invoice_out.xml",
  18. "wizard/cash_invoice_in.xml",
  19. "views/pos_session.xml",
  20. ],
  21. }