__openerp__.py 334 B

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