__openerp__.py 496 B

123456789101112131415161718192021222324
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Multi Store for Point Of Sale',
  4. 'version': '8.0.1.0.0',
  5. 'category': 'Accounting',
  6. 'sequence': 14,
  7. 'summary': '',
  8. 'author': 'ADHOC SA - Eiru',
  9. 'website': 'www.adhoc.com.ar',
  10. 'license': 'AGPL-3',
  11. 'images': [
  12. ],
  13. 'depends': [
  14. 'multi_store',
  15. 'point_of_sale',
  16. ],
  17. 'data': [
  18. 'security/multi_store_security.xml',
  19. ],
  20. 'test': [
  21. ],
  22. 'installable': True,
  23. 'application': False,
  24. }