__openerp__.py 262 B

1234567891011
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Eiru Product Name',
  4. 'version': '8.0.0.1.0',
  5. 'category': 'Product',
  6. 'summary': 'Add ean13 in product name',
  7. 'author': 'Eiru',
  8. 'license': 'AGPL-3',
  9. 'depends': ['product'],
  10. 'installable': True,
  11. }