__openerp__.py 490 B

123456789101112131415161718
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Format Input Number',
  4. 'version': '1.0.0',
  5. 'category': '',
  6. 'author': 'D.Jane',
  7. 'sequence': 10,
  8. 'summary': 'Auto thousands separator while user typing. Dynamic with user-language.',
  9. 'description': "Thousands separator",
  10. 'depends': ['web'],
  11. 'data': [
  12. 'views/header.xml'
  13. ],
  14. 'images': ['static/description/banner.jpg'],
  15. 'installable': True,
  16. 'application': True,
  17. 'license': 'Other proprietary',
  18. }