__openerp__.py 384 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "POS - Customize Product Pack",
  4. "version": "1.0",
  5. "website": "https://www.eiru.com.py",
  6. "author": "Eiru",
  7. "license": "AGPL-3",
  8. "installable": True,
  9. "depends": [
  10. "pos_restaurant",
  11. "product_pack",
  12. ],
  13. "data": [
  14. "template.xml",
  15. ],
  16. "qweb": [
  17. "static/src/xml/view.xml",
  18. ],
  19. }