__openerp__.py 658 B

12345678910111213141516171819202122232425262728293031
  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Website Sale Multi Add",
  4. "summary": """ Actualizacion del carro de compras para el eCommerce""",
  5. "category": "eCommerce",
  6. "images": [],
  7. "version": "1.0.0",
  8. "author": "Eiru Software",
  9. "website": "https://www.eiru.com.py",
  10. "license": "GPL-3",
  11. "depends": [
  12. "website_sale",
  13. ],
  14. "external_dependencies": {"python": [], "bin": []},
  15. "data": [
  16. # "views.xml",
  17. "templates.xml",
  18. ],
  19. "qweb": [
  20. ],
  21. "demo": [
  22. ],
  23. "post_load": None,
  24. "pre_init_hook": None,
  25. "post_init_hook": None,
  26. "installable": True,
  27. "auto_install": False,
  28. }