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.

20 lines
689 B

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