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.

19 lines
651 B

  1. # © 2014-2016 Aurélien DUMAINE
  2. # © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Point of Sale - LED Customer Display",
  6. "version": "12.0.1.0.1",
  7. "category": "Point Of Sale",
  8. "summary": "Manage LED Customer Display device from POS front end",
  9. "author": "Aurélien DUMAINE,GRAP,Akretion,Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "depends": ["point_of_sale"],
  12. "data": [
  13. "views/assets.xml",
  14. "views/view_pos_config.xml",
  15. ],
  16. "demo": ["demo/pos_config.xml"],
  17. "installable": True,
  18. }