123456789101112131415161718 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Format Input Number',
- 'version': '1.0.0',
- 'category': '',
- 'author': 'D.Jane',
- 'sequence': 10,
- 'summary': 'Auto thousands separator while user typing. Dynamic with user-language.',
- 'description': "Thousands separator",
- 'depends': ['web'],
- 'data': [
- 'views/header.xml'
- ],
- 'images': ['static/description/banner.jpg'],
- 'installable': True,
- 'application': True,
- 'license': 'Other proprietary',
- }
|