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.

21 lines
620 B

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