__openerp__.py 272 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Eiru num2word",
  4. 'description': "Modules to convert numbers to words",
  5. 'author': "Adrielso Kunert",
  6. 'category': 'Uncategorized',
  7. 'version': '0.1',
  8. 'depends': ['base'],
  9. 'data': [
  10. 'templates.xml'
  11. ]
  12. }