__openerp__.py 538 B

12345678910111213141516171819
  1. {
  2. 'name': 'Product Pack POS for IngAdhoc',
  3. 'summary': 'Product packs on POS',
  4. 'description': """
  5. This module is extension for INGADHOC's module product_pack that will
  6. Process product_pack pickings from POS sales.
  7. """,
  8. 'version': '8.0.0.1',
  9. 'category': 'Point of Sale',
  10. 'author': 'DVIT.me',
  11. 'website': 'http://dvit.me',
  12. 'license': 'AGPL-3',
  13. 'depends': ['product_pack', 'point_of_sale'],
  14. 'data': [],
  15. 'demo': [],
  16. 'installable': True,
  17. 'auto_install': True,
  18. 'application': False,
  19. }