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
643 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Akretion (http://www.akretion.com).
  3. # @author Raphaël Reverdy <raphael.reverdy@akretion.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "POS Backend Communication",
  7. "summary": "Communicate with odoo's backend from POS.",
  8. "version": "10.0.1.0.0",
  9. "category": "Point of Sale",
  10. "website": "http://www.akretion.com",
  11. 'author': 'Akretion, Odoo Community Association (OCA)',
  12. "license": "AGPL-3",
  13. "application": False,
  14. 'installable': True,
  15. "depends": [
  16. "point_of_sale",
  17. ],
  18. "data": [
  19. 'views/assets.xml',
  20. ],
  21. }