__openerp__.py 604 B

123456789101112131415161718192021
  1. # coding: utf-8
  2. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point Of Sale - Confirm Window Close',
  7. 'summary': 'Prevent undesired window close in the Point of Sale',
  8. 'version': '8.0.1.0.0',
  9. 'category': 'Point Of Sale',
  10. 'author': "GRAP",
  11. 'website': 'http://www.grap.coop',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'views/templates.xml',
  18. ],
  19. 'installable': True,
  20. }