12345678910111213141516171819 |
- {
- 'name': 'Product Pack POS for IngAdhoc',
- 'summary': 'Product packs on POS',
- 'description': """
- This module is extension for INGADHOC's module product_pack that will
- Process product_pack pickings from POS sales.
- """,
- 'version': '8.0.0.1',
- 'category': 'Point of Sale',
- 'author': 'DVIT.me',
- 'website': 'http://dvit.me',
- 'license': 'AGPL-3',
- 'depends': ['product_pack', 'point_of_sale'],
- 'data': [],
- 'demo': [],
- 'installable': True,
- 'auto_install': True,
- 'application': False,
- }
|